pgsql/src/backend/commands dbcommands.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/commands dbcommands.c
Date
Msg-id 200101142214.f0EMEAt65953@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/adt acl.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/include/catalog pg_attribute.h