-
- Downloads
Fix libpq example programs
When these programs call pg_catalog.set_config, they need to check for PGRES_TUPLES_OK instead of PGRES_COMMAND_OK. Fix for 5770172c. Reported-by:Ideriha, Takeshi <ideriha.takeshi@jp.fujitsu.com>
Showing
- doc/src/sgml/libpq.sgml 2 additions, 2 deletionsdoc/src/sgml/libpq.sgml
- doc/src/sgml/lobj.sgml 1 addition, 1 deletiondoc/src/sgml/lobj.sgml
- src/test/examples/testlibpq.c 1 addition, 1 deletionsrc/test/examples/testlibpq.c
- src/test/examples/testlibpq2.c 1 addition, 1 deletionsrc/test/examples/testlibpq2.c
- src/test/examples/testlibpq4.c 1 addition, 1 deletionsrc/test/examples/testlibpq4.c
- src/test/examples/testlo.c 1 addition, 1 deletionsrc/test/examples/testlo.c
- src/test/examples/testlo64.c 1 addition, 1 deletionsrc/test/examples/testlo64.c
Loading
Please register or sign in to comment