Fix core dump in duration logging for a V3-protocol Execute message
authorTom Lane <[email protected]>
Sun, 13 Aug 2006 22:18:22 +0000 (22:18 +0000)
committerTom Lane <[email protected]>
Sun, 13 Aug 2006 22:18:22 +0000 (22:18 +0000)
commit1044e2e4b3febdd3d782cd2bcd3fb67fc5b29cab
treef318505f777438a4a516f0d465a72f8aa2d1f9a1
parent051295fc964de28a79610888e2db59c9bf5e0514
Fix core dump in duration logging for a V3-protocol Execute message
when what's being executed is a COMMIT or ROLLBACK.  Per report from
Sergey Koposov.  Backpatch to 8.1; 8.0 and before don't have the bug
due to lack of any logging at all here.
src/backend/tcop/postgres.c