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:30:57 +0200 |
commit | 03a8a5f2d4a1f9886ad1d62d3f70424dfcdf8048 (patch) | |
tree | 1d9ee332c7682647e2e965b22c7ce33a5cde015d /src/backend/utils/adt/tsquery_gist.c | |
parent | f918b5d219b7200d204515b32346183b97d031ae (diff) | |
download | postgresql-03a8a5f2d4a1f9886ad1d62d3f70424dfcdf8048.tar.gz postgresql-03a8a5f2d4a1f9886ad1d62d3f70424dfcdf8048.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/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions