Allow CREATE INDEX CONCURRENTLY to disregard transactions in other
Tom Lane <tgl@sss.pgh.pa.us>
Allow CREATE INDEX CONCURRENTLY to disregard transactions in other databases, per gripe from hubert depesz lubaczewski. Patch from Simon Riggs.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_index.sgml | modified | +4 −3 |
| src/backend/commands/indexcmds.c | modified | +6 −4 |
| src/backend/storage/ipc/procarray.c | modified | +20 −15 |
| src/include/storage/procarray.h | modified | +3 −2 |