]> granicus.if.org Git - postgresql/commitdiff
Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 7 Feb 2011 22:24:23 +0000 (00:24 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 7 Feb 2011 22:24:23 +0000 (00:24 +0200)
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
src/include/catalog/catversion.h

index d8e3686f7d332655b4b1b8887ad1d08011e33f01..c2e927214f58c6b334175cea3db2bf7151801d3d 100644 (file)
@@ -82,6 +82,11 @@ Item
  <entry>Subdirectory containing LISTEN/NOTIFY status data</entry>
 </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
index b630f0d6f8bc8cf054ce7709bd6753261639f6dc..799fd5019e572b9a31ddda3554a3d8f037a1919a 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201102011
+#define CATALOG_VERSION_NO     201102081
 
 #endif