]> granicus.if.org Git - postgresql/commit
Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Jun 2007 19:38:07 +0000 (19:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Jun 2007 19:38:07 +0000 (19:38 +0000)
commitbd0a260928971feec484a22f0b86e5d1936c974f
tree50e7378f30e0bdbeeb8f86b532fbed5861b0c8c5
parent41ef1c0f327b79516cb423bba840a6322226dc28
Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends
will exit before failing because of conflicting DB usage.  Per discussion,
this seems a good idea to help mask the fact that backend exit takes nonzero
time.  Remove a couple of thereby-obsoleted sleeps in contrib and PL
regression test sequences.
contrib/Makefile
src/backend/commands/dbcommands.c
src/backend/storage/ipc/procarray.c
src/include/storage/procarray.h
src/pl/Makefile