]> granicus.if.org Git - postgresql/commit
pg_upgrade: quote directory names in delete_old_cluster script
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2015 03:06:04 +0000 (22:06 -0500)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2015 03:06:04 +0000 (22:06 -0500)
commit056764b10248bff702d9d7b8b97690668eaf1c93
tree16e511076d6de5cc39f78cd185207750f62637db
parent866f3017a88b9cb639f05c9ad413e5eafe0266e3
pg_upgrade:  quote directory names in delete_old_cluster script

This allows the delete script to properly function when special
characters appear in directory paths, e.g. spaces.

Backpatch through 9.0
contrib/pg_upgrade/check.c