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+yj1s...@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(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers