OSDN Git Service

AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Nov 2003 22:53:16 +0000 (22:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Nov 2003 22:53:16 +0000 (22:53 +0000)
commit27e8ef05350ee9e681ed5d456526ac5abf5cd889
tree428fe39d69133912b9696675b157308102a4f466
parent934c21344ca83ec7b29f9fb88e566384e0d32739
AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
my fault.  Adding it fixes bogus message display when reading a block
comment at the end of a script file.
src/bin/psql/common.c