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

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

  1. Use libc version as a collation version on glibc systems.