[COMMITTERS] pgsql: Make partitions automatically inherit OIDs. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Make partitions automatically inherit OIDs.
Date
Msg-id E1cfTvo-0002Np-FW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make partitions automatically inherit OIDs.

Previously, if the parent was specified as WITH OIDS, each child
also had to be explicitly specified as WITH OIDS.

Amit Langote, per a report from Simon Riggs.  Some additional
work on the documentation changes by me.

Discussion: http://postgr.es/m/CANP8+jJBpWocfKrbJcaf3iBt9E3U=WPE_NC8YE6rye+YJ1sYnQ@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a3dc8e495b4967fe07086a700d115c89f4f0add0

Modified Files
--------------
doc/src/sgml/ddl.sgml                      |  8 -------
doc/src/sgml/ref/create_table.sgml         | 34 +++++++++++++++---------------
src/backend/commands/tablecmds.c           | 21 +++++++-----------
src/test/regress/expected/create_table.out | 18 +++++++++++-----
src/test/regress/sql/create_table.sql      | 10 +++++----
5 files changed, 44 insertions(+), 47 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add optimizer and executor support for parallel index-onlyscans
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Suppress "unused variable" warnings with older versions offlex.