[BUGS] BUG #14459: Error from query with too many binds has no message - Mailing list pgsql-bugs

From [email protected]
Subject [BUGS] BUG #14459: Error from query with too many binds has no message
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [BUGS] BUG #14459: Error from query with too many binds has no message
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14459
Logged by:          Sean Griffin
Email address:      [email protected]
PostgreSQL version: 9.6.1
Operating system:   macOS
Description:

If a query is performed with more than 34464 bind parameters, the query will
fail. This is fine, but attempting to get the error message with
`PQresultErrorField` and `PG_DIAG_MESSAGE_PRIMARY` will return `NULL`. The
documentation states that the `PG_DIAG_MESSAGE_PRIMARY` field is always
present.


--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: [email protected]
Date:
Subject: [BUGS] BUG #14458: PQfmod returns -1 for aggregate functions
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14459: Error from query with too many binds has no message