]> 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)
commit5eef3c61ecf9cbd24116252cb9d3ccdf6c3f38fc
treeb95a4dbac5a185442d4759e262c7be3110dd2ad7
parentc7bc5be11de9ed9e4b9ee6c06e65fee314bab7e0
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