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
"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
[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
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
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