OSDN Git Service

Don't use BLCKSZ for the physical length of the pg_control file, but
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Apr 2006 22:39:59 +0000 (22:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Apr 2006 22:39:59 +0000 (22:39 +0000)
commite6140d90520eca4505d65557ea40369dcf0dec89
tree3c8fb405d95fdff151e8e20a4d4ba8b409dbdcc2
parent147d4bf3e5e3da2ee0f0cc132718ab1c4912a877
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.
src/backend/access/transam/xlog.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/include/catalog/pg_control.h