-
- Downloads
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.
Showing
- contrib/Makefile 2 additions, 5 deletionscontrib/Makefile
- src/backend/commands/dbcommands.c 49 additions, 39 deletionssrc/backend/commands/dbcommands.c
- src/backend/storage/ipc/procarray.c 86 additions, 57 deletionssrc/backend/storage/ipc/procarray.c
- src/include/storage/procarray.h 2 additions, 2 deletionssrc/include/storage/procarray.h
- src/pl/Makefile 2 additions, 5 deletionssrc/pl/Makefile
Loading
Please register or sign in to comment