]> 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)
commit08aaae40e18e89065b191dbcaae54ab87ce63979
tree803555ec056b75acc0e1c7ef66343f24ee51ad08
parent55179b03ea05af8d05adfe53657e1f1b742d7ceb
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