[COMMITTERS] pgsql: Prevent copying default collation - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Prevent copying default collation
Date
Msg-id E1dKlNL-0006RA-Ix@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Prevent copying default collation

This will not have the desired effect and might lead to crashes when the
copied collation is used.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17082a88eadfca79b50c04c5a78a2c38ee4f5d9c

Modified Files
--------------
src/backend/commands/collationcmds.c | 12 ++++++++++++
1 file changed, 12 insertions(+)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [COMMITTERS] pgsql: Apply RLS policies to partitioned tables.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use correct ICU path for Windows 32 vs. 64 bit