Fix for extended-query protocol: in event of error, backend was issuing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jun 2003 21:58:02 +0000 (21:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jun 2003 21:58:02 +0000 (21:58 +0000)
commit4342e6ea18c719f8ebdb49874969396403c245c5
tree783c7e2210f678a71409fcfe3e2cab5715b501e2
parent94b59faeb79fbd7d240f18a4de96ffb6bd53916a
Fix for extended-query protocol: in event of error, backend was issuing
a ReadyForQuery (Z message) immediately and then another one after the
Sync message arrives.  Suppress the first one to make it work per spec.
src/backend/tcop/postgres.c