public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: [email protected]
Subject: pgsql: Revert "Improve compression and storage support with inheritance
Date: Tue, 20 Feb 2024 10:19:21 +0000
Message-ID: <[email protected]> (raw)
Revert "Improve compression and storage support with inheritance"
This reverts commit 0413a556990ba628a3de8a0b58be020fd9a14ed0.
pg_dump cannot currently dump all the structures that are allowed by
this patch. This needs more work in pg_dump and more test coverage.
Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/74563f6b90216180fc13649725179fc119dddeb5
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 8 +-
src/backend/catalog/pg_type.c | 23 ----
src/backend/commands/tablecmds.c | 138 +++++++++++++-----------
src/backend/nodes/makefuncs.c | 2 +-
src/backend/parser/gram.y | 7 +-
src/backend/parser/parse_utilcmd.c | 7 +-
src/include/catalog/pg_type.h | 2 -
src/include/nodes/parsenodes.h | 5 +-
src/test/regress/expected/compression.out | 101 ++---------------
src/test/regress/expected/compression_1.out | 111 ++-----------------
src/test/regress/expected/create_table_like.out | 12 +--
src/test/regress/expected/inherit.out | 38 -------
src/test/regress/sql/compression.sql | 43 +-------
src/test/regress/sql/create_table_like.sql | 2 +-
src/test/regress/sql/inherit.sql | 20 ----
15 files changed, 111 insertions(+), 408 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Revert "Improve compression and storage support with inheritance
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox