]> 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:29 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Jun 2005 22:47:29 +0000 (22:47 +0000)
commitfbcbc5d06f53aea412130deb52e216aa3883fb8d
tree3c3fde8c9ab650b7db44ccdc1bc7fad0986c8126
parent3acca18d2869282890c180d176259d5e5fcbdd62
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