Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf81fb4f

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 parent029dfdf commitf81fb4f

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
#ifndefCATALOG_H
1515
#defineCATALOG_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-
#defineCATALOG_VERSION_NO201108051
56+
#defineCATALOG_VERSION_NO201109071
5757

5858
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp