mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
Oops, forgot to fix the catversion when I committed the range types patch.
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.
This commit is contained in:
parent
3a6e4076b7
commit
780571cc9f
1 changed files with 1 additions and 2 deletions
|
|
@ -53,7 +53,6 @@
|
|||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
/* COMMITTER: please set appropriately */
|
||||
#define CATALOG_VERSION_NO 201111111
|
||||
#define CATALOG_VERSION_NO 201111061
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue