aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-02 06:24:15 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-02 06:24:15 +0000
commit1f8a63eb0829b765f42cbb5e650e20b57433a054 (patch)
tree2551babf6b0a8b874e900882b1ad31074327447c /src
parent595a5a78e0fa7174b95949f04f810501c0261c5a (diff)
downloadpostgresql-1f8a63eb0829b765f42cbb5e650e20b57433a054.tar.gz
postgresql-1f8a63eb0829b765f42cbb5e650e20b57433a054.zip
Update catversion so we are sure everyone gets the bytea LIKE fix.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 652009104fe..817ef79bcaf 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.157 2002/09/02 01:05:06 tgl Exp $
+ * $Id: catversion.h,v 1.158 2002/09/02 06:24:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200209011
+#define CATALOG_VERSION_NO 200209021
#endif