[BUGS] BUG #2678: Create or replace function with OUT args

2006-10-06 Thread Jeff Trout
The following bug has been logged online: Bug reference: 2678 Logged by: Jeff Trout Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: OSX 10.4.8 (Also occurs on FC4 w/kernel 2.6.16 Description:Create or replace function with OUT args Details

Re: [BUGS] BUG #2678: Create or replace function with OUT args

2006-10-06 Thread Tom Lane
Jeff Trout <[EMAIL PROTECTED]> writes: > it seems there may be some bug with cache coherency when replacing > functions that use OUT arguments. Looks like SysCacheGetAttr is making an assumption no longer tenable (if it ever was), namely that the caller is referencing the same syscache the tuple

[BUGS] BUG #2677: BCC 5.5 can't compile libpq 8.2 beta 1

2006-10-06 Thread CN
The following bug has been logged online: Bug reference: 2677 Logged by: CN Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2beta1 Operating system: Win98 Description:BCC 5.5 can't compile libpq 8.2 beta 1 Details: In ~/src/interfaces/libpq/ the command make

[BUGS] BUG #2678: Create or replace function with OUT args

2006-10-06 Thread Jeff Trout
The following bug has been logged online: Bug reference: 2678 Logged by: Jeff Trout Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: OSX 10.4.8 (Also occurs on FC4 w/kernel 2.6.16 Description:Create or replace function with OUT args Details

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: "Bob Friesenhahn" <[EMAIL PROTECTED]> writes: libedit-20060829-2.9 was installed to /usr/local. Configure was executed like: LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' '--with-openssl' '--enable-thread-safety' '--with-pam' '--with-

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: Bob Friesenhahn <[EMAIL PROTECTED]> writes: Actually, it does. The current version of libedit (http://www.thrysoee.dk/editline/) does not provide a history.h header. Well, that was a pretty silly decision on their part ... are they just trying to tick off

[BUGS] BUG #2680: Update statement did not work with String object

2006-10-06 Thread Ravindra
The following bug has been logged online: Bug reference: 2680 Logged by: Ravindra Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Debian Description:Update statement did not work with String object Details: when i create a string object

[BUGS] BUG #2679: Logon failure error 1069

2006-10-06 Thread thanigaivel
The following bug has been logged online: Bug reference: 2679 Logged by: thanigaivel Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Windows 2000 Professional Description:Logon failure error 1069 Details: This is the error i have faced whi

Re: [BUGS] BUG #2677: BCC 5.5 can't compile libpq 8.2 beta 1

2006-10-06 Thread Tom Lane
"CN" <[EMAIL PROTECTED]> writes: > Warning W8017 ..\..\include\pg_config.h 366: Redefinition of 'HAVE_STRDUP' > is not identical I was wondering why all the .mak files bother to /D HAVE_STRDUP when they don't deal with any of the other ones. Shouldn't we remove that? pg_config.h.win32 is certainl

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bruce Momjian
Bob Friesenhahn wrote: > On Wed, 4 Oct 2006, Tom Lane wrote: > > > "Bob Friesenhahn" <[EMAIL PROTECTED]> writes: > >> libedit-20060829-2.9 was installed to /usr/local. > > > >> Configure was executed like: > >> LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' > >> '--with-openss

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Bob Friesenhahn wrote: >> Due to the licensing issues, it would be very useful if the configure >> script provided a means to specify using libedit rather than >> libreadline. With the current approach, libreadline is automatically > 8.2 will have co

[BUGS] string_to_array() is confused by ambiguous field separator

2006-10-06 Thread Tom Lane
Good: regression=# select string_to_array('123xx456xx789', 'xx'); string_to_array - {123,456,789} (1 row) Not so good: regression=# select string_to_array('123xx456xxx789', 'xx'); ERROR: negative substring length not allowed The proximate problem is that in the inner loop in