Subdirectory containing symbolic links to tablespaces
+|
+ pg_twophase>
+ Subdirectory containing state files for prepared transactions
+
+
|
pg_xlog>
Subdirectory containing WAL (Write Ahead Log) files
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,