mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03: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:
@ -53,7 +53,6 @@
|
||||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
/* COMMITTER: please set appropriately */
|
||||
#define CATALOG_VERSION_NO 201111111
|
||||
#define CATALOG_VERSION_NO 201111061
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user