projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd03b3
)
Force initdb because of pg_group index fix.
author
Tom Lane
<
[email protected]
>
Fri, 5 May 2000 03:10:24 +0000
(
03:10
+0000)
committer
Tom Lane
<
[email protected]
>
Fri, 5 May 2000 03:10:24 +0000
(
03:10
+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 cafab73cde3f09df6d17fc3bd89582b0ad9df7df..662770ace9c822a072277419ce0503aa1480187b 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-37,7
+37,7
@@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.2
0 2000/04/12 17:16:27 momjian
Exp $
+ * $Id: catversion.h,v 1.2
1 2000/05/05 03:10:24 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20000
405
1
+#define CATALOG_VERSION_NO 20000
504
1
#endif