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:
3a6e407
)
Oops, forgot to fix the catversion when I committed the range types patch.
author
Heikki Linnakangas
<
[email protected]
>
Sun, 6 Nov 2011 12:33:49 +0000
(14:33 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Sun, 6 Nov 2011 12:36:36 +0000
(14:36 +0200)
It was inadvertently changed to
201111111
, which is a wrong date. Change it
to current date, and remove the comment that was supposed to remind me to
fix it before committing.
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 0a0ebcf91666199bd89f21c09b3ae97570743d6e..ece718d939c30b99335321225a0b45e8a9084f10 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,7
+53,6
@@
*/
/* yyyymmddN */
-/* COMMITTER: please set appropriately */
-#define CATALOG_VERSION_NO 201111111
+#define CATALOG_VERSION_NO 201111061
#endif