]> granicus.if.org Git - postgresql/commit
AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Nov 2003 22:55:42 +0000 (22:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Nov 2003 22:55:42 +0000 (22:55 +0000)
commite2e8591f54768df1111ceda6c7e229a5dc3cf072
tree001ad172f5407f918452724778337f4fd15e4bc4
parent5f803ae27cda164a1e80179404052f089710cbb3
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