Fix core dump in duration logging for a V3-protocol Execute message
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Aug 2006 22:18:08 +0000 (22:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Aug 2006 22:18:08 +0000 (22:18 +0000)
commit1b67e0cc521de2c2c853922feaadb300d1be6126
tree9c0b5cadb9bd828692e8ebc134746e11b42a5d04
parentb475d25f6c5125d5bd7a48cd1a37b3da2edbcca1
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