Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for

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

Commit: 91d20ff7aa4c61e570cf652bb3a48fd18fcf9d9d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-31T20:31:33Z
Releases: 8.0.0
Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for
temp tables, and avoid WAL-logging truncations of temp tables.  Do issue
fsync on truncated files (not sure this is necessary but it seems like
a good idea).

Files