]> granicus.if.org Git - postgresql/commit
Dept. of second thoughts: it'd be a good idea to flush buffers
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2004 03:50:24 +0000 (03:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2004 03:50:24 +0000 (03:50 +0000)
commit09c6ac951335cbcf7954d109ee77d6557466224f
treefaaf6d26e9e888900b60e029ef056df27b1d340a
parent3afd7eaffde77fd2af69f8f6512056956fd27a85
Dept. of second thoughts: it'd be a good idea to flush buffers
during replay of CREATE DATABASE as well as the first time around.
Else it's possible that the copy operation will copy obsolete blocks.
We are still a long way from guaranteeing anything about using a
recently-written database as a CREATE template, but this seems needed
to ensure the existing behavior holds up during replay.
src/backend/commands/dbcommands.c