Re: Custom Glibc collation version strings under LOCPATH
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-04T10:39:41Z
Lists: pgsql-hackers
Attachments
- v2-0001-Load-optional-collation-version-from-glibc-LOCPAT.patch (text/x-patch) patch v2-0001
On Wed, Jun 4, 2025 at 9:17 PM Peter Eisentraut <peter@eisentraut.org> wrote: > I wonder why you want to capture LOCPATH early in main.c. It seems > sufficient to look it up when needed? Right, it is setenv() that we're trying to avoid. Updated.
Commits
-
Use libc version as a collation version on glibc systems.
- d5ac14f9ccdd 13.0 cited