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
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
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
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