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:
3b64171
)
Update catalog version after information schema changes.
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 20 Oct 2003 21:39:37 +0000
(21:39 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 20 Oct 2003 21:39:37 +0000
(21:39 +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 ffc48a300a72a7f8804751e6742d7165224458ab..ef9bee124a0e15995ec4c9d8d41adbad7e947415 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-37,7
+37,7
@@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.20
8 2003/08/17 23:43:26 tgl
Exp $
+ * $Id: catversion.h,v 1.20
9 2003/10/20 21:39:37 petere
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 2003
08172
+#define CATALOG_VERSION_NO 2003
10201
#endif