Re: [BUGS] Patch to allow contrib/pgbench files to have blank lines

2005-11-26 Thread Bruce Momjian
Patch already applied. Thanks. --- David Fetter wrote: > Folks, > > Having blank lines in -f scripts was causing silent failures. This > fixes it, for some value of "fixes." If it's OK, please apply to 8.1 > CURRENT and

Re: [BUGS] BUG #2072: CPPFLAGS clobbered

2005-11-26 Thread Tom Lane
"Keith Randall" <[EMAIL PROTECTED]> writes: > In src/template/linux the > CPPFLAGS="-D_GNU_SOURCE" > overrides command-line CPPFLAGS > I change it to > CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" > and am back in business. That's pretty much entirely the wrong way to fix it; or at least it's inconsistent

Re: [BUGS] BUG #2071: ERROR: invalid multibyte character for locale

2005-11-26 Thread Tom Lane
[EMAIL PROTECTED] (Tomas Zerolo) writes: > - What is the nevironment of the server process? That is: what does the > shell command 'locale' say when it is issued in the same environment > as the server starts? (that is not necessarily the environment you get > if you start a shell!). Try, e.g

[BUGS] Hi

2005-11-26 Thread Kishore Negi
Title: Hi Hi All, I have a scenario where I have to uninstall PostgreSQL 7.0 (Default with Suse 10.0) & need to install PostgreSQL8.0.4 on Suse10.0. Can anyone help in this ? I have tried the installation steps & all the stpes are successful but however when I try to run the Post

[BUGS] BUG #2072: CPPFLAGS clobbered

2005-11-26 Thread Keith Randall
The following bug has been logged online: Bug reference: 2072 Logged by: Keith Randall Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.0 Operating system: Linux Description:CPPFLAGS clobbered Details: In src/template/linux the CPPFLAGS="-D_GNU_SOURCE" over