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

Commit79fe234

Browse files
committed
pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
This commit required support for inline variable definition, which isnot a requirement.RELEASE NOTE AUTHOR: the author of commit 3c0471b5fd(pg_upgrade/tablespaces) was Justin Pryzby, not me.Reported-by: Andres FreundDiscussion:https://postgr.es/m/20201016001959.h24fkywfubkv2pc5@alap3.anarazel.deBackpatch-through: 9.5
1 parent59cfff6 commit79fe234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_upgrade/check.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,11 +539,12 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
539539
staticvoid
540540
check_for_new_tablespace_dir(ClusterInfo*new_cluster)
541541
{
542+
inttblnum;
542543
charnew_tablespace_dir[MAXPGPATH];
543544

544545
prep_status("Checking for new cluster tablespace directories");
545546

546-
for (inttblnum=0;tblnum<os_info.num_old_tablespaces;tblnum++)
547+
for (tblnum=0;tblnum<os_info.num_old_tablespaces;tblnum++)
547548
{
548549
structstatstatbuf;
549550

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp