8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029dfdf commit f81fb4fCopy full SHA for f81fb4f
src/include/catalog/catalog.h
@@ -14,6 +14,11 @@
14
#ifndef CATALOG_H
15
#define CATALOG_H
16
17
+/*
18
+ * 'pgrminclude ignore' needed here because CppAsString2() does not throw
19
+ * an error if the symbol is not defined.
20
+ */
21
+#include "catalog/catversion.h" /* pgrminclude ignore */
22
#include "catalog/pg_class.h"
23
#include "storage/relfilenode.h"
24
#include "utils/relcache.h"
src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
53
*/
54
55
/* yyyymmddN */
56
-#define CATALOG_VERSION_NO 201108051
+#define CATALOG_VERSION_NO 201109071
57
58
#endif
0 commit comments