Content-Length: 283341 | pFad | http://github.com/postgrespro/postgres/commit/f81fb4f690355bc88fee69624103956fb4576fe5

1A Fix bug introduced by pgrminclude where the tablespace version name was · postgrespro/postgres@f81fb4f · GitHub
Skip to content

Commit f81fb4f

Browse files
committed
Fix bug introduced by pgrminclude where the tablespace version name was
not expanded. Bump catalog version number to force initdb for all tablespaces.
1 parent 029dfdf commit f81fb4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/include/catalog/catalog.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
#ifndef CATALOG_H
1515
#define CATALOG_H
1616

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 */
1722
#include "catalog/pg_class.h"
1823
#include "storage/relfilenode.h"
1924
#include "utils/relcache.h"

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 201108051
56+
#define CATALOG_VERSION_NO 201109071
5757

5858
#endif

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/f81fb4f690355bc88fee69624103956fb4576fe5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy