]> granicus.if.org Git - postgresql/commit
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)
commitfa0f24165c026c522c052ac2f4ea35b97e6bbb5f
treefe059780389a2847f0bc190b4426d4a16ec526d5
parentf2802669856dafe9e26b21cc8779acf6dcbef921
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