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
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
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
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
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-
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
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
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
"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
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
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
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
12 matches
Mail list logo