Commit f81fb4f6 authored by Bruce Momjian's avatar Bruce Momjian

Fix bug introduced by pgrminclude where the tablespace version name was

not expanded.

Bump catalog version number to force initdb for all tablespaces.
parent 029dfdf1
......@@ -14,6 +14,11 @@
#ifndef CATALOG_H
#define CATALOG_H
/*
* 'pgrminclude ignore' needed here because CppAsString2() does not throw
* an error if the symbol is not defined.
*/
#include "catalog/catversion.h" /* pgrminclude ignore */
#include "catalog/pg_class.h"
#include "storage/relfilenode.h"
#include "utils/relcache.h"
......
......@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 201108051
#define CATALOG_VERSION_NO 201109071
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment