]> granicus.if.org Git - postgresql/commit
Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:14:10 +0000 (22:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:14:10 +0000 (22:14 +0000)
commita3cac3a03b088257d90080e905ca525ad76f206c
treec51daf8a0a5e35f6ed1c24a6197700286a66b5f7
parentc0f069944f0c9f2fad33b3b6da610dce8fde4ff4
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.
src/backend/commands/dbcommands.c