diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-04-09 14:10:01 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-05-08 09:18:15 +0200 |
commit | bf7233ee4a546219b078b5a0afc654ec02958bee (patch) | |
tree | 9e2155e7f7776ccd9669e8c4c2fc1aaf8d84d246 /src/tutorial/basics.source | |
parent | fc3461c8a2ad2b4a2965f5fa871834ad7cd141ee (diff) | |
download | postgresql-bf7233ee4a546219b078b5a0afc654ec02958bee.tar.gz postgresql-bf7233ee4a546219b078b5a0afc654ec02958bee.zip |
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
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions