From: Tatsuo Ishii Date: Sun, 7 Oct 2012 00:36:20 +0000 (+0900) Subject: Bump up catalog vesion due to 64-bit large object API functions X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b51a65f5bf4b68bc91d33d88108837d13d29df98;p=users%2Fheikki%2Fpostgres.git Bump up catalog vesion due to 64-bit large object API functions addition. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 3fb0b5b227..5254a57d8a 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201208271 +#define CATALOG_VERSION_NO 201210071 #endif