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

pgsql/src/backend/commands dbcommands.c

From
Tom Lane
Date:
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.