Files
postgresql/src
Andres Freund 522c85a6a2 Fix initdb --sync-only to also sync tablespaces.
630cd14426dc added initdb --sync-only, for use by pg_upgrade, by just
exposing the existing fsync code. That's wrong, because initdb so far
had absolutely no reason to deal with tablespaces.

Fix --sync-only by additionally explicitly syncing each of the
tablespaces.

Backpatch to 9.3 where --sync-only was introduced.

Abhijit Menon-Sen and Andres Freund
2014-11-15 01:19:40 +01:00
..
2014-08-09 00:07:00 -04:00
2014-11-14 17:05:17 -05:00
2014-06-28 21:46:15 +02:00
2014-11-02 21:43:33 -05:00