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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (dbcommands.c)
Date: 2000-06-02 04:04:54
Message-ID: 200006020404.AAA27175@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Vadim B. Mikheev - CVS 2000-06-02 10:20:25 pgsql/src/backend/access/heap (heapam.c)
Previous Message Tom Lane 2000-06-02 03:58:35 pgsql/src/backend/access/transam (xlog.c)