]> granicus.if.org Git - postgresql/commit
Allow CREATE INDEX CONCURRENTLY to disregard transactions in other
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2007 00:58:57 +0000 (00:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2007 00:58:57 +0000 (00:58 +0000)
commitcd1aae586498a348876b4804bdd1bb7cc743d395
treea8f3286d3c90249a85b00bad2fbe4d9413ab3d4f
parentf8942f4a15fa5baa51c52491147a1bb910532332
Allow CREATE INDEX CONCURRENTLY to disregard transactions in other
databases, per gripe from hubert depesz lubaczewski.  Patch from
Simon Riggs.
doc/src/sgml/ref/create_index.sgml
src/backend/commands/indexcmds.c
src/backend/storage/ipc/procarray.c
src/include/storage/procarray.h