Re: 16: Collation versioning and dependency helpers
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Andres Freund <andres@anarazel.de>
Cc: Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers@postgresql.org
Date: 2022-12-06T19:37:19Z
Lists: pgsql-hackers
On Tue, 2022-12-06 at 10:53 -0800, Andres Freund wrote: > Perhaps worth posting a new version? Or are the remaining patches > abandoned in > favor of the other threads? Marked what is there as committed, and the remainder is abandoned in favor of other threads. Thanks, Jeff Davis
Commits
-
Fix ALTER COLLATION "default" REFRESH VERSION.
- 0717f2fedb24 16.0 landed
-
Enable pg_collation_actual_version() to work on the default collation.
- 10932ed5e57b 16.0 landed