Add PQresStatus() function to avoid direct access to pgresStatus[] array,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Feb 1999 22:08:54 +0000 (22:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Feb 1999 22:08:54 +0000 (22:08 +0000)
commita67d6eb6b9b56212b4043fdaa153de3b0dc840cf
tree113d4deaf035ca2fa92a833a99cc2a273a5a7810
parent1eb5e2a6a7622e25211969c3c41279ccdc9cb8c3
Add PQresStatus() function to avoid direct access to pgresStatus[] array,
making life easier for Windoids...
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpqdll.def
src/test/examples/testlibpq2.c