]> granicus.if.org Git - postgresql/commit
Improve documentation about CREATE INDEX CONCURRENTLY.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Feb 2016 18:43:03 +0000 (13:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Feb 2016 18:43:03 +0000 (13:43 -0500)
commit56f5e77f6c6e1ad1df1cdec4d8179886bef88075
tree2be2f22484cc91a64ee254e6a0571a1a8ce48930
parent38e617df36958660eee37571e3cc1713e3a49a4f
Improve documentation about CREATE INDEX CONCURRENTLY.

Clarify the description of which transactions will block a CREATE INDEX
CONCURRENTLY command from proceeding, and mention that the index might
still not be usable after CREATE INDEX completes.  (This happens if the
index build detected broken HOT chains, so that pg_index.indcheckxmin gets
set, and there are open old transactions preventing the xmin horizon from
advancing past the index's initial creation.  I didn't want to explain what
broken HOT chains are, though, so I omitted an explanation of exactly when
old transactions prevent the index from being used.)

Per discussion with Chris Travers.  Back-patch to all supported branches,
since the same text appears in all of them.
doc/src/sgml/ref/create_index.sgml