Re: [BUGS] Minor bug: Odd feedback on STDERR from PSQL for block comments

2003-11-12 Thread Josh Berkus
Guys, > I can confirm the problem. It happens in more cases than Josh mentions, > as well: > -- running the file with \i also shows the problem > -- there can be blank lines and whitespace after the > block comment, and it still shows up. This bug is still present in RC2.

Re: [BUGS] Minor bug: Odd feedback on STDERR from PSQL for block comments

2003-11-12 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > This bug is still present in RC2. Are we going to fix it before release? I have a fix (stupid case omission in AcceptResult()) but I am having some trouble reaching the CVS server right at the moment ... regards, tom lane ---

Re: [BUGS] Minor bug: Odd feedback on STDERR from PSQL for block comments

2003-11-08 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > Here's a non-showstopper in 7.4RC1, but probably good to fix before RC2: > 1) Create a file with *only* a block comment in it, or with a block comment as > the very last line. > 2) run psql -f filename database > You will get some odd feedback on STDERR:

[BUGS] Minor bug: Odd feedback on STDERR from PSQL for block comments

2003-11-07 Thread Josh Berkus
Guys, Here's a non-showstopper in 7.4RC1, but probably good to fix before RC2: (btw, tested & exists on beta4 as well, so I'm not sure when it was introduced) 1) Create a file with *only* a block comment in it, or with a block comment as the very last line. 2) run psql -f filename database You