From eaef111396ef7e70c88979c7a82f6a8f918d9651 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 3 Apr 2006 23:35:05 +0000 Subject: Define a separately configurable XLOG_BLCKSZ symbol for the page size used within WAL files. Historically this was the same as the data file BLCKSZ, but there's no necessary connection, and it's possible that performance gains might ensue from reducing XLOG_BLCKSZ. In any case distinguishing two symbols should improve code clarity. This commit does not actually change the page size, only provide the infrastructure to make it possible to do so. initdb forced because of addition of a field to pg_control. Mark Wong, with some help from Simon Riggs and Tom Lane. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 82e46bde502..20e63bea75d 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1061,7 +1061,7 @@ set semsys:seminfo_semmsl=32 - 8200 (assuming 8K BLCKSZ) + 8200 (assuming 8K XLOG_BLCKSZ) -- cgit v1.2.3