[COMMITTERS] pgsql: Prevent copying default collation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Prevent copying default collation
Дата
Msg-id E1dKlNL-0006RA-Ix@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Apply RLS policies to partitioned tables.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Use correct ICU path for Windows 32 vs. 64 bit