1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00
Files
postgres/src/backend
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
..
2019-08-25 14:46:55 +12:00
2018-01-02 23:30:12 -05:00
2020-02-10 13:06:23 +01:00
2020-05-07 15:59:52 -04:00
2018-03-30 17:33:04 -07:00
2018-09-17 08:40:36 +02:00