]> granicus.if.org Git - postgresql/commit
Actually, that still wasn't quite right. If we skip a query because of
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Apr 2000 23:52:50 +0000 (23:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Apr 2000 23:52:50 +0000 (23:52 +0000)
commit5240c76729918c0d38fc60280b04dee9b84d539c
treebe2008f15a86f09aa97b6594b83dc9136075b816
parent708f82f1916073ae9e7eafb661f68c19e3d65797
Actually, that still wasn't quite right.  If we skip a query because of
xact abort state in pg_exec_query_dest, we should continue scanning the
querytree list, on the off chance that one of the later queries in the
string is COMMIT or ROLLBACK.
src/backend/tcop/postgres.c