aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/storage.sgml5
-rw-r--r--src/include/catalog/catversion.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index d8e3686f7d3..c2e927214f5 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -83,6 +83,11 @@ Item
</row>
<row>
+ <entry><filename>pg_subtrans</></entry>
+ <entry>Subdirectory containing information about committed serializable transactions</entry>
+</row>
+
+<row>
<entry><filename>pg_stat_tmp</></entry>
<entry>Subdirectory containing temporary files for the statistics
subsystem</entry>
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index b630f0d6f8b..799fd5019e5 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