postgresql/contrib/test_decoding/expected
Peter Eisentraut bf7233ee4a 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:18:15 +02:00
..
binary.out
concurrent_ddl_dml.out
ddl.out
decoding_in_xact.out
decoding_into_rel.out
delayed_startup.out
messages.out
mxact.out
oldest_xmin.out
ondisk_startup.out
permissions.out
prepared.out
replorigin.out Fix regression tests to use only global names beginning with "regress_". 2019-06-29 11:09:03 -04:00
rewrite.out Fix regression tests to use only global names beginning with "regress_". 2019-06-29 11:09:03 -04:00
slot.out Message style fixes 2019-09-23 13:37:33 +02:00
snapshot_transfer.out
spill.out
subxact_without_top.out Stop demanding that top xact must be seen before subxact in decoding. 2020-02-19 08:27:15 +05:30
time.out
toast.out Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 09:18:15 +02:00
truncate.out
xact.out