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

Commit0a013c8

Browse files
committed
Suppress compiler warning from newer gcc.
1 parent3026493 commit0a013c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/executor/execMain.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
*
2929
* IDENTIFICATION
30-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.187 2002/11/2303:59:07 momjian Exp $
30+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.188 2002/11/29 19:03:01 tgl Exp $
3131
*
3232
*-------------------------------------------------------------------------
3333
*/
@@ -943,6 +943,7 @@ ExecutePlan(EState *estate,
943943
break;
944944
default:
945945
/* do nothing */
946+
break;
946947
}
947948

948949
/*
@@ -1158,6 +1159,7 @@ lnext:;
11581159
break;
11591160
default:
11601161
/* do nothing */
1162+
break;
11611163
}
11621164

11631165
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp