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

Commit99ce446

Browse files
committed
pg_upgrade: Remove more dead code
related to6ce6a61Reported-by: Christoph Berg <myon@debian.org>
1 parente86ac70 commit99ce446

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎src/bin/pg_upgrade/pg_upgrade.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ extern char *output_files[];
9595
#endif
9696

9797

98-
/* OID system catalog preservation added during PG 9.0 development */
99-
#defineTABLE_SPACE_SUBDIRS_CAT_VER 201001111
100-
/* postmaster/postgres -b (binary_upgrade) flag added during PG 9.1 development */
98+
/*
99+
* postmaster/postgres -b (binary_upgrade) flag added during PG 9.1
100+
* development
101+
*/
101102
#defineBINARY_UPGRADE_SERVER_FLAG_CAT_VER 201104251
103+
102104
/*
103105
*Visibility map changed with this 9.2 commit,
104106
*8f9fe6edce358f7904e0db119416b4d1080a83aa; pick later catalog version.
@@ -109,6 +111,7 @@ extern char *output_files[];
109111
* The format of visibility map is changed with this 9.6 commit,
110112
*/
111113
#defineVISIBILITY_MAP_FROZEN_BIT_CAT_VER 201603011
114+
112115
/*
113116
* pg_multixact format changed in 9.3 commit 0ac5ad5134f2769ccbaefec73844f85,
114117
* ("Improve concurrency of foreign key locking") which also updated catalog
@@ -128,6 +131,7 @@ extern char *output_files[];
128131
*/
129132
#defineJSONB_FORMAT_CHANGE_CAT_VER 201409291
130133

134+
131135
/*
132136
* Each relation is represented by a relinfo structure.
133137
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp