Re: [BUGS] Installing to Windows XP cannot create db

2005-09-08 Thread Richard Huxton
[EMAIL PROTECTED] wrote: Hi, I have managed to install the service on my windows XP box, but when I try to create a database I get: Creating database 'test' . . . E_LQ0001 Failed to connect to DBMS session. E_LC0001 GCA protocol service (GCA_REQUEST) failure. Internal service status E

[BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-08 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 1865 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8 Operating system: Solaris 9 (SPARC) Description:isinf wrongly dectected under Solaris 9 Details: Using GCC 4.0.1 on So

[BUGS] BUG #1864: Strange behavoir of batches

2005-09-08 Thread Angelo Neuschitzer
The following bug has been logged online: Bug reference: 1864 Logged by: Angelo Neuschitzer Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: Debian Linux (+ Win 2k) Description:Strange behavoir of batches Details: Good greetings, I had

[BUGS] BUG #1866: -lreadline needs -lcurses under Solaris.

2005-09-08 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 1866 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8 Operating system: Solaris 9 (SPARC) Description:-lreadline needs -lcurses under Solaris. Details: The Postgres configu

Re: [BUGS] BUG #1864: Strange behavoir of batches

2005-09-08 Thread Richard Huxton
Angelo Neuschitzer wrote: The following bug has been logged online: Bug reference: 1864 Logged by: Angelo Neuschitzer Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: Debian Linux (+ Win 2k) Description:Strange behavoir of batches Details

Re: [BUGS] BUG #1863: Install won't work

2005-09-08 Thread Richard Huxton
Howard Brodale wrote: The following bug has been logged online: Bug reference: 1863 Logged by: Howard Brodale Email address: [EMAIL PROTECTED] PostgreSQL version: 8.03 Operating system: Win 98 2nd ed Description:Install won't work I don't believe win Me/98/95/3.1 a

Re: [BUGS] BUG #1866: -lreadline needs -lcurses under Solaris.

2005-09-08 Thread Peter Eisentraut
Bob Friesenhahn wrote: > The Postgres configure script finds the readline 5.0 headers and > decides that readline is available (in spite of many individual > errors while testing for functions in config.log). The end result is > that postgres is built as if readline is available but neither > -lre

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-08 Thread Peter Eisentraut
Bob Friesenhahn wrote: > Using GCC 4.0.1 on Solaris 9 the configure test for isinf incorrectly > detects success so postgres does not link. Please provide the config.log file and the tail end of the failing build log (at least the failing command and the error message). -- Peter Eisentraut http

[BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Ed L.
checking build system type... ia64-hp-hpux11.23 checking host system type... ia64-hp-hpux11.23 ... checking sys/ipc.h presence... yes configure: WARNING: sys/ipc.h: present but cannot be compiled configure: WARNING: sys/ipc.h: check for missing prerequisite headers? configure: WARNING: sys/ipc.

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Ed L.
On Thursday September 8 2005 12:20 pm, Ed L. wrote: > checking build system type... ia64-hp-hpux11.23 > checking host system type... ia64-hp-hpux11.23 > ... > checking sys/ipc.h presence... yes > configure: WARNING: sys/ipc.h: present but cannot be compiled > configure: WARNING: sys/ipc.h: chec

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Peter Eisentraut
Ed L. wrote: > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels > -fno-strict-aliasing -I../../../src/include -D_XOPEN_SOURCE_EXTENDED > -c -o pg_sema.o pg_sema.c In file included from pg_sema.c:22: > /usr/include/sys/ipc.h:51: error: parse error before "cid_t" > /usr/include/sys

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-08 Thread Peter Eisentraut
Bob Friesenhahn wrote: > The config.log and a build log are attached. It's puzzling why the test program compiles and links without complaint when the isinf() function does not exist. Can you try to isolate the test program from configure and see what is going on? > Note that there are > actu

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > In file included from pg_sema.c:22: > /usr/include/sys/ipc.h:51: error: parse error before "cid_t" > /usr/include/sys/ipc.h:56: error: parse error before '}' token So where is cid_t defined? regards, tom lane -

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Ed L.
On Thursday September 8 2005 2:18 pm, Tom Lane wrote: > "Ed L." <[EMAIL PROTECTED]> writes: > > In file included from pg_sema.c:22: > > /usr/include/sys/ipc.h:51: error: parse error before "cid_t" > > /usr/include/sys/ipc.h:56: error: parse error before '}' > > token > > So where is cid_t defined?

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Ed L.
On Thursday September 8 2005 3:48 pm, Ed L. wrote: > On Thursday September 8 2005 2:18 pm, Tom Lane wrote: > > "Ed L." <[EMAIL PROTECTED]> writes: > > > In file included from pg_sema.c:22: > > > /usr/include/sys/ipc.h:51: error: parse error before > > > "cid_t" /usr/include/sys/ipc.h:56: error: par

Re: [BUGS] ia64-hp-hpux11.23 configure warnings

2005-09-08 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > I see sys/ipc.h already #includes sys/types.h, though. Possibly there's some magic #define needed to expose the cid_t definition? We have this in src/template/hpux CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED" because it seems necessary on HPUX 10. It used to

Re: [BUGS] BUG #1862: ECPG Connect, host variable trailing blanks

2005-09-08 Thread Michael Fuhr
On Wed, Sep 07, 2005 at 12:06:10PM -0700, [EMAIL PROTECTED] wrote: > According to the documentation at: > http://www.postgresql.org/docs/8.0/static/ecpg-connect.html > >EXEC SQL CONNECT TO :target USER :user; >The last form makes use of the variant referred to above as character >varia

Re: [BUGS] BUG #1862: ECPG Connect, host variable trailing blanks

2005-09-08 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > If you think this behavior should be changed then propose it on > pgsql-hackers and discuss it with the developers. I doubt we'll consider changing it. If I haven't missed any of the details, the critical points here are (1) User names containing traili