Content-Length: 283341 | pFad | http://github.com/postgrespro/postgres/commit/f81fb4f690355bc88fee69624103956fb4576fe5
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
Fetched URL: http://github.com/postgrespro/postgres/commit/f81fb4f690355bc88fee69624103956fb4576fe5
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments