]> 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)
commit4ae178f6073b891bb98dd6681bd209fcb8d6c3e7
tree765360636d20f49ba1fc3fc74fdb35c2eef71dbf
parent85dac37eefb826d42b7bd943d561e6f09ff20c21
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