Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2381526 commit 5524a85Copy full SHA for 5524a85
src/backend/commands/variable.c
@@ -2,7 +2,7 @@
2
* Routines for handling of 'SET var TO',
3
* 'SHOW var' and 'RESET var' statements.
4
*
5
- * $Id: variable.c,v 1.14 1998/10/08 18:29:20 momjian Exp $
+ * $Id: variable.c,v 1.15 1998/10/08 23:50:28 tgl Exp $
6
7
*/
8
@@ -32,7 +32,7 @@ static bool show_cost_index(void);
32
static bool reset_cost_index(void);
33
static bool parse_cost_index(const char *);
34
static bool show_r_plans(void);
35
-static bool reset_r_plans();
+static bool reset_r_plans(void);
36
static bool parse_r_plans(const char *);
37
static bool reset_geqo(void);
38
static bool show_geqo(void);
0 commit comments