pgsql: Don't use BLCKSZ for the physical length of the pg_control file,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't use BLCKSZ for the physical length of the pg_control file,
Date: 2006-04-04 22:39:59
Message-ID: 20060404223959.E52FA11F6CF4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't use BLCKSZ for the physical length of the pg_control file, but
instead a dedicated symbol. This probably makes no functional difference
for likely values of BLCKSZ, but it makes the intent clearer.
Simon Riggs, minor editorialization by Tom Lane.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.232 -> r1.233)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.232&r2=1.233)
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.41&r2=1.42)
pgsql/src/include/catalog:
pg_control.h (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_control.h.diff?r1=1.28&r2=1.29)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-04-04 23:12:29 pgfouine - pgfouine: added a tooltip with hourly statistics on
Previous Message User Hinoue 2006-04-04 20:26:45 psqlodbc - psqlodbc: Fix a SQLNumParams bug reported by lasse haataja.