Re: PQnotifies() in 7.3 broken? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PQnotifies() in 7.3 broken?
Date
Msg-id 14681.1039019292@sss.pgh.pa.us
Whole thread Raw
In response to PQnotifies() in 7.3 broken?  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
Responses Re: PQnotifies() in 7.3 broken?
List pgsql-hackers
"Jeroen T. Vermeulen" <jtv@xs4all.nl> writes:
> When receiving a trigger notification under 7.3, the structure returned
> by PQnotifies() appears to be bogus.  In a test I ran, its be_pid was
> consistently zero and its relname pointed into never-neverland.

We changed the PQnotifies result structure in 7.3 (to insulate clients
from the value of NAMEDATALEN).  I think you are compiling your app with
a 7.3 libpq header and then running it with 7.2 libpq code, or possibly
vice versa.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Mario Weilguni"
Date:
Subject: interesting difference for queries...
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] PostgreSQL Global Development Group Announces