1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

Bump catalog version for recent toast table additions

This has been forgotten in 96cdeae.
This commit is contained in:
Michael Paquier 2018-07-20 09:28:19 +09:00
parent 96cdeae07f
commit f2b1316a94

View File

@ -53,6 +53,6 @@
*/ */
/* yyyymmddN */ /* yyyymmddN */
#define CATALOG_VERSION_NO 201807121 #define CATALOG_VERSION_NO 201807191
#endif #endif