Re: table inheritance versus column compression and storage settings
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-16T14:58:01Z
Lists: pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes: > I have committed this. It is great to get this behavior fixed and also > to get the internals more consistent. Thanks. I find it surprising that the committed patch does not touch pg_dump. Is it really true that pg_dump dumps situations with differing compression/storage settings accurately already? (Note that it proves little that the pg_upgrade test passes, since if pg_dump were blind to the settings applicable to a child table, the second dump would still be blind to them.) regards, tom lane
Commits
-
Revert "Improve compression and storage support with inheritance"
- 74563f6b9021 17.0 landed
-
Improve compression and storage support with inheritance
- 0413a556990b 17.0 landed
-
Delay build of Memoize hash table until executor run
- 57f59396bb51 17.0 cited
-
Fix locking when fixing an incomplete split of a GIN internal page
- 6a1ea02c491d 17.0 cited