Arrange to emit a description of the current XLOG record as error context

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0a202070603bf38ce2e2fc11a7f897fc06603b80
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-03-24T04:32:13Z
Releases: 8.2.0
Arrange to emit a description of the current XLOG record as error context
when an error occurs during xlog replay.  Also, replace the former risky
'write into a fixed-size buffer with no overflow detection' API for XLOG
record description routines; use an expansible StringInfo instead.  (The
latter accounts for most of the patch bulk.)

Qingqing Zhou

Files