]> granicus.if.org Git - postgresql/commit
Force a checkpoint before committing a CREATE DATABASE command. This
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 22:47:49 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 22:47:49 +0000 (22:47 +0000)
commit894889ecc43a1503c48f88f9da21cc53b5b29f3f
treea862be573c9ea580233a54313d6545daa3b04fd9
parentdfb30486d7a3d5bcb76de357d3980c61a58b9798
Force a checkpoint before committing a CREATE DATABASE command.  This
should fix the recent reports of "index is not a btree" failures,
as well as preventing a more obscure race condition involving changes
to a template database just after copying it with CREATE DATABASE.
doc/src/sgml/backup.sgml
src/backend/commands/dbcommands.c