Update libpq to store an error message in PGresult, per pgsq-interfaces discussion of 21-Sep.
Tom Lane <tgl@sss.pgh.pa.us>
Update libpq to store an error message in PGresult, per pgsq-interfaces discussion of 21-Sep.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +2 −2 |
| src/interfaces/libpq/fe-exec.c | modified | +132 −43 |
| src/interfaces/libpq/fe-lobj.c | modified | +25 −1 |
| src/interfaces/libpq/libpqdll.def | modified | +1 −0 |
| src/interfaces/libpq/libpq-fe.h | modified | +33 −26 |
| src/interfaces/libpq/libpq-int.h | modified | +12 −7 |