aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-04-06 11:05:54 +0900
committerMichael Paquier <michael@paquier.xyz>2020-04-06 11:05:54 +0900
commit41faafbd75a5c70fa94bf57e408e6b29c4425ceb (patch)
tree13c11d213e101cc400fbf586183fe3ed2c58e489 /doc/src
parent1ca97af3ede47486a513df44cd8ac2fc242c1631 (diff)
downloadpostgresql-41faafbd75a5c70fa94bf57e408e6b29c4425ceb.tar.gz
postgresql-41faafbd75a5c70fa94bf57e408e6b29c4425ceb.zip
Preserve clustered index after rewrites with ALTER TABLE
A table rewritten by ALTER TABLE would lose tracking of an index usable for CLUSTER. This setting is tracked by pg_index.indisclustered and is controlled by ALTER TABLE, so some extra work was needed to restore it properly. Note that ALTER TABLE only marks the index that can be used for clustering, and does not do the actual operation. Author: Amit Langote, Justin Pryzby Reviewed-by: Ibrar Ahmed, Michael Paquier Discussion: https://postgr.es/m/20200202161718.GI13621@telsasoft.com Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions