pgsql/src/backend/commands dbcommands.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands dbcommands.c
Date: 2001-01-14 22:14:10
Message-ID: 200101142214.f0EMEAt65953@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/01/14 17:14:10

Modified files:
src/backend/commands: dbcommands.c

Log message:
Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.
Otherwise, newly connecting backends will still think the deleted DB is
valid, and will generate unexpected error messages.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-01-14 22:17:23 pgsql/src/include/catalog pg_attribute.h
Previous Message Tom Lane 2001-01-14 19:23:27 pgsql/src/backend/utils/adt acl.c