Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Bump up catalog vesion due to 64-bit large object API functions
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 7 Oct 2012 00:36:20 +0000 (09:36 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 7 Oct 2012 00:36:20 +0000 (09:36 +0900)
addition.

src/include/catalog/catversion.h

index 3fb0b5b227c43342f27fe64151a46b2fb082386b..5254a57d8a6816b8d1a91b6effab7fc7c2398230 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 201208271
+#define CATALOG_VERSION_NO 201210071
 
 #endif