]> granicus.if.org Git - postgresql/commit
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Aug 2005 00:41:28 +0000 (00:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Aug 2005 00:41:28 +0000 (00:41 +0000)
commitd0096a41fa45b33d21e404c9be468923c7226649
treecbdc4e43222ac13c895986fadc4027e0a1a01558
parent6fcaaf29dad233ceca67f31115dc75342a433e79
Fix some inconsistent choices of datatypes in xlog.c.  Make buffer
indexes all be int, rather than variously int, uint16 and uint32;
add some casts where necessary to support large buffer arrays.
src/backend/access/transam/xlog.c