]> granicus.if.org Git - postgresql/commit
If create/drop database are going to call closeAllVfds(), they ought
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Jun 2000 04:04:54 +0000 (04:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Jun 2000 04:04:54 +0000 (04:04 +0000)
commit664dd614d900962b621ee069c8480262d443f66a
treeeebeb50e85ce348b19c7cfe7cefa0cb2568fd724
parentb659ab07a2b4067b7210c8f2f6daa947817a2bfe
If create/drop database are going to call closeAllVfds(), they ought
to do it at the last moment before calling system() ... not at some
randomly-chosen earlier point in the routine ...
src/backend/commands/dbcommands.c