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)
commite10aff1d6752bb6f42ff49cecdea8a34a46933fa
treedde37724e8e7993f1f4a31982f7af6650899bcfa
parenta2e0fbffb7b9d9a823c19636f29a0013a8de9311
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