From 11cb283f180b02527071cffc1ad540a8ff4703da Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 Sep 2005 20:01:53 +0000 Subject: [PATCH] Update storage.sgml to reflect current reality. --- doc/src/sgml/storage.sgml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 30b671a361..fe0276db88 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -34,9 +34,8 @@ files, as shown in . In addition to these required items, the cluster configuration files postgresql.conf, pg_hba.conf, and pg_ident.conf are traditionally stored in -PGDATA (although beginning in -PostgreSQL 8.0 it is possible to keep them -elsewhere). +PGDATA (although in PostgreSQL 8.0 and +later, it is possible to keep them elsewhere). @@ -90,6 +89,11 @@ Item Subdirectory containing symbolic links to tablespaces + + pg_twophase + Subdirectory containing state files for prepared transactions + + pg_xlog Subdirectory containing WAL (Write Ahead Log) files @@ -437,7 +441,8 @@ data. Empty in ordinary tables. The last 2 bytes of the page header, pd_pagesize_version, store both the page size and a version indicator. Beginning with - PostgreSQL 8.0 the version number is 2; + PostgreSQL 8.1 the version number is 3; + PostgreSQL 8.0 used version number 2; PostgreSQL 7.3 and 7.4 used version number 1; prior releases used version number 0. (The basic page layout and header format has not changed in these versions, -- 2.39.5