Add PQresStatus() function to avoid direct access to pgresStatus[] array,
Tom Lane <tgl@sss.pgh.pa.us>
Add PQresStatus() function to avoid direct access to pgresStatus[] array, making life easier for Windoids...
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpgtcl/pgtclCmds.c | modified | +2 −2 |
| src/interfaces/libpq/fe-exec.c | modified | +10 −1 |
| src/interfaces/libpq/libpqdll.def | modified | +1 −0 |
| src/interfaces/libpq/libpq-fe.h | modified | +9 −7 |
| src/test/examples/testlibpq2.c | modified | +1 −1 |