]> 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)
commit66f5217f52aa131fc812bb40a99a772a1ab6c575
treec1d51d2fb671c4e1d92a15cb47af1a4b36dacb62
parentd99cf27b7fc333b58205d309d823f861c9487fad
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