postgresql/contrib/test_decoding/expected
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
..
binary.out
concurrent_ddl_dml.out Handle heap rewrites even better in logical decoding 2018-03-21 09:15:04 -04:00
ddl.out Relax overly strict assertion 2019-02-12 18:42:37 -03:00
decoding_in_xact.out
decoding_into_rel.out Fix crash when logical decoding is invoked from a PL function. 2017-10-06 19:18:58 -04:00
delayed_startup.out
messages.out
mxact.out
oldest_xmin.out Reduce cost of test_decoding's new oldest_xmin test 2018-07-05 16:40:42 -04:00
ondisk_startup.out Fix race condition leading to hanging logical slot creation. 2017-05-13 14:21:00 -07:00
permissions.out Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
prepared.out
replorigin.out Fix more user-visible elog() calls. 2017-10-05 07:58:02 -04:00
rewrite.out Fix potential assertion failure when reindexing a pg_class index. 2019-04-29 19:42:09 -07:00
slot.out Fix logical replication slot initialization 2018-08-01 17:39:07 -04:00
snapshot_transfer.out Fix "base" snapshot handling in logical decoding 2018-06-26 16:48:10 -04:00
spill.out
subxact_without_top.out Stop demanding that top xact must be seen before subxact in decoding. 2020-02-19 08:35:16 +05:30
time.out
toast.out Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 09:30:57 +02:00
truncate.out Logical decoding of TRUNCATE 2018-04-07 11:34:10 -04:00
xact.out