From 47082fa875179ae629edb26807ab3f38a775280b Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 8 Feb 2011 00:24:23 +0200 Subject: [PATCH] Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch. I thought we didn't need that, but then I remembered that it added a new SLRU subdirectory, pg_serial. While we're at it, document what pg_serial is. --- doc/src/sgml/storage.sgml | 5 +++++ src/include/catalog/catversion.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index d8e3686f7d..c2e927214f 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -82,6 +82,11 @@ Item Subdirectory containing LISTEN/NOTIFY status data + + pg_subtrans + Subdirectory containing information about committed serializable transactions + + pg_stat_tmp Subdirectory containing temporary files for the statistics diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index b630f0d6f8..799fd5019e 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201102011 +#define CATALOG_VERSION_NO 201102081 #endif