Re: pg_collation_actual_version() ERROR: cache lookup failed for collation 123
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-02-22T11:30:18Z
Lists: pgsql-hackers
On Mon, Feb 22, 2021 at 8:27 PM Michael Paquier <michael@paquier.xyz> wrote: > Looks good to me, thanks! Pushed, with one further small change: I realised that tab completion should use a "schema" query.
Commits
-
Tab-complete CREATE COLLATION.
- 5bc09a74719d 14.0 landed
-
Refactor get_collation_current_version().
- beb4480c853a 14.0 landed
-
pg_collation_actual_version() -> pg_collation_current_version().
- 9cf184cc0599 14.0 landed
-
Hide internal error for pg_collation_actual_version(<bad OID>).
- 0fb0a0503bfc 14.0 landed