Avoid WAL-logging individual tuple insertions during CREATE TABLE AS

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b95ae32b4178959e8880bd716fb33ec163f61713
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-20T18:37:02Z
Releases: 8.1.0
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
(a/k/a SELECT INTO).  Instead, flush and fsync the whole relation before
committing.  We do still need the WAL log when PITR is active, however.
Simon Riggs and Tom Lane.

Files