Thread: pgsql/src/backend/commands (dbcommands.c)

pgsql/src/backend/commands (dbcommands.c)

From
Tom Lane
Date:
  Date: Friday, June  2, 2000 @ 00:04:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv27170

Modified Files:
    dbcommands.c

-----------------------------  Log Message  -----------------------------

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