OSDN Git Service

Fix a couple of places where psql might fail to report a suitable error
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Aug 2008 01:36:35 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Aug 2008 01:36:35 +0000 (01:36 +0000)
commit63c3b9903b47d12b92ea8cd407aeffbcde2a5784
treedbb76d06553c11856700325bf42b01ac8fc6ff1d
parentb9984ade83519a04f89ffdfe3c043fcbdafc65db
Fix a couple of places where psql might fail to report a suitable error
if PQexec returns NULL.  These don't seem significant enough to be worth
back-patching, but they ought to get fixed ...
src/bin/psql/common.c
src/bin/psql/tab-complete.c