projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595a5a7
)
Update catversion so we are sure everyone gets the bytea LIKE fix.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 2 Sep 2002 06:24:15 +0000
(06:24 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 2 Sep 2002 06:24:15 +0000
(06:24 +0000)
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 652009104fe30c71c40507e1d7198012d3362914..817ef79bcafd2bf2811fcf35d655cbb3113221b1 100644
(file)
--- 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.15
7 2002/09/02 01:05:06 tgl
Exp $
+ * $Id: catversion.h,v 1.15
8 2002/09/02 06:24:15 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 2002090
1
1
+#define CATALOG_VERSION_NO 2002090
2
1
#endif