Re: [HACKERS] [PATCH] pg_upgrade -o/-O regression in 9.2.2

2012-12-10 Thread Bruce Momjian
On Tue, Dec 11, 2012 at 12:17:11AM +0200, Marti Raudsepp wrote: > Hi! > > It seems that PostgreSQL 9.2.2 has a regression in pg_upgrade, the -o > and -O options forget to add a space before passing on user options, > thereby generating unparsable command lines. > > For example: > pg_upgrade -b /u

[HACKERS] [PATCH] pg_upgrade -o/-O regression in 9.2.2

2012-12-10 Thread Marti Raudsepp
Hi! It seems that PostgreSQL 9.2.2 has a regression in pg_upgrade, the -o and -O options forget to add a space before passing on user options, thereby generating unparsable command lines. For example: pg_upgrade -b /usr/local/pg91/bin -B /usr/bin -d /tmp/91 -D /tmp/92 -O -F [...] Creating catalog