postgresql/contrib/test_decoding
Peter Eisentraut 03a8a5f2d4 Propagate ALTER TABLE ... SET STORAGE to indexes
When creating a new index, the attstorage setting of the table column
is copied to regular (non-expression) index columns.  But a later
ALTER TABLE ... SET STORAGE is not propagated to indexes, thus
creating an inconsistent and undumpable state.

Discussion: https://www.postgresql.org/message-id/flat/9765d72b-37c0-06f5-e349-2a580aafd989%402ndquadrant.com
2020-05-08 09:30:57 +02:00
..
expected Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 09:30:57 +02:00
specs Stop demanding that top xact must be seen before subxact in decoding. 2020-02-19 08:35:16 +05:30
sql Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 09:30:57 +02:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
Makefile Stop demanding that top xact must be seen before subxact in decoding. 2020-02-19 08:35:16 +05:30
test_decoding.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00