1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Add catversion bump missed in 16828d5c0.

Given that pg_attribute changed its layout...
This commit is contained in:
Andres Freund
2018-03-27 19:07:39 -07:00
parent 16828d5c02
commit b4013b8e4a

View File

@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 201803231
#define CATALOG_VERSION_NO 201803271
#endif