Thread: pgsql-server: Dept.

pgsql-server: Dept.

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql-server/src/backend/commands:
        dbcommands.c (r1.143 -> r1.144)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/dbcommands.c.diff?r1=1.143&r2=1.144)