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

Commit5524a85

Browse files
committed
Clean up minor gcc warning about lack of reset_r_plans prototype.
1 parent2381526 commit5524a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Routines for handling of 'SET var TO',
33
*'SHOW var' and 'RESET var' statements.
44
*
5-
* $Id: variable.c,v 1.14 1998/10/0818:29:20 momjian Exp $
5+
* $Id: variable.c,v 1.15 1998/10/0823:50:28 tgl Exp $
66
*
77
*/
88

@@ -32,7 +32,7 @@ static bool show_cost_index(void);
3232
staticboolreset_cost_index(void);
3333
staticboolparse_cost_index(constchar*);
3434
staticboolshow_r_plans(void);
35-
staticboolreset_r_plans();
35+
staticboolreset_r_plans(void);
3636
staticboolparse_r_plans(constchar*);
3737
staticboolreset_geqo(void);
3838
staticboolshow_geqo(void);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp