Re: PQconnectdb/PQerrorMessage changed behavior on master

2021-06-27 Thread Alexander Lakhin
27.06.2021 23:07, Tom Lane wrote: >> While trying to use sqlsmith with postgres compiled from the master >> branch, I've found that the PQerrorMessage() function now returns >> non-informational but not empty error message after the successful >> PQconnectdb() call. > Yeah, see thread here: > > htt

Re: PQconnectdb/PQerrorMessage changed behavior on master

2021-06-27 Thread Tom Lane
Alexander Lakhin writes: > While trying to use sqlsmith with postgres compiled from the master > branch, I've found that the PQerrorMessage() function now returns > non-informational but not empty error message after the successful > PQconnectdb() call. Yeah, see thread here: https://www.postgre

PQconnectdb/PQerrorMessage changed behavior on master

2021-06-27 Thread Alexander Lakhin
Hello, While trying to use sqlsmith with postgres compiled from the master branch, I've found that the PQerrorMessage() function now returns non-informational but not empty error message after the successful PQconnectdb() call.     conn = PQconnectdb(conninfo.c_str());     char *errmsg = PQerrorMe