pgsql: Fix some inconsistent choices of datatypes in xlog.c.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some inconsistent choices of datatypes in xlog.c.
Date: 2005-08-22 00:41:29
Message-ID: 20050822004129.E4D64D768B@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.216 -> r1.217)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.216&r2=1.217)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-22 16:27:37 pgsql: Use an initdb-time test to see if the local version of
Previous Message Tom Lane 2005-08-21 03:40:01 pgsql: Minor GUC cleanups: document krb_server_hostname and