[COMMITTERS] pgsql: Fix collprovider of predefined collations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Fix collprovider of predefined collations
Дата
Msg-id E1dKlNL-0006RD-J5@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Fix collprovider of predefined collations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Fix collprovider of predefined collations

An earlier version of the patch had collprovider as an integer and thus
set these to 0, but the correct setting is now null.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec7129b7812ce276520f749d0946875663c34093

Modified Files
--------------
src/include/catalog/catversion.h   | 2 +-
src/include/catalog/pg_collation.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)


В списке 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