[COMMITTERS] pgsql: Clean up partcollation handling for OID 0.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Clean up partcollation handling for OID 0.
Дата
Msg-id E1dIGFS-0002iR-F0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up partcollation handling for OID 0.

Consistent with what we do for indexes, we shouldn't try to record
dependencies on collation OID 0 or the default collation OID (which
is pinned).  Also, the fact that indcollation and partcollation can
contain zero OIDs when the data type is not collatable should be
documented.

Amit Langote, per a complaint from me.

Discussion: http://postgr.es/m/CA+Tgmoba5mtPgM3NKfG06vv8na5gGbVOj0h4zvivXQwLw8wXXQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2186b608b3cb859fe0ec04015a5c4e4cbf69caed

Modified Files
--------------
doc/src/sgml/catalogs.sgml |  6 ++++--
src/backend/catalog/heap.c | 11 ++++++++---
2 files changed, 12 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: [COMMITTERS] pgsql: Fix docs to not claim ECPG's SET CONNECTION is notthread-aware.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list.