Re: [DOCS] cleanup of ./src/test/isolation/README

2011-05-24 Thread Tom Lane
Josh Kupershmidt writes: > Some grammar cleanup for ./src/test/isolation/README is attached. Applied, thanks. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql

Re: [DOCS] Improve warnings around CREATE INDEX CONCURRENTLY

2011-05-24 Thread Greg Smith
On 05/24/2011 04:48 PM, Alvaro Herrera wrote: Excerpts from Greg Smith's message of mar may 24 03:56:59 -0400 2011: What makes it worse is that the wait shows up as a virtualxid one, which doesn't pop up on many common samples of things to look for in pg_locks. It would be reasonable but a

Re: [DOCS] Improve warnings around CREATE INDEX CONCURRENTLY

2011-05-24 Thread Alvaro Herrera
Excerpts from Greg Smith's message of mar may 24 03:56:59 -0400 2011: > What makes it worse is that the wait shows up as a virtualxid one, which > doesn't pop up on many common samples of things to look for in > pg_locks. It would be reasonable but also incorrect for admins to > assume a table

[DOCS] Improve warnings around CREATE INDEX CONCURRENTLY

2011-05-24 Thread Greg Smith
When running CREATE INDEX CONCURRENTLY, the DefineIndex() code in src/backend/commands/indexcmds.c does a few things that one would expect from the documentation. And then at the end it executes code described like this: "The index is now valid in the sense that it contains all currently int