summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-02-08 00:24:23 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-02-08 00:24:23 +0200
commit47082fa875179ae629edb26807ab3f38a775280b (patch)
treeab50d2bb7c2fb8f24fea492ab342d6b5ed6e5732 /src
parentdafaa3efb75ce1aae2e6dbefaf6f3a889dea0d21 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
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