[COMMITTERS] pgsql: Clean up partcollation handling for OID 0. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Clean up partcollation handling for OID 0.
Date
Msg-id E1dIGFS-0002iR-F0@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: [COMMITTERS] pgsql: Fix docs to not claim ECPG's SET CONNECTION is notthread-aware.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list.