Fix initdb --sync-only to also sync tablespaces.

Andres Freund <andres@anarazel.de>

Commit: 26a4e0ed7166f7b87b5ad3bb33dbde2ebc6ff82b
Author: Andres Freund <andres@anarazel.de>
Date: 2014-11-15T00:21:11Z
Releases: 9.3.6
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

Files

PathChange+/−
src/bin/initdb/initdb.c modified +61 −2