Skip to content

Commit 086ecda

Browse files
committed
Add missing 'void' statement
1 parent 6c8b103 commit 086ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_show_plans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ set_state(bool state, void *extra)
344344
/* since we can't update start_enabled in running backends, provide a show hook
345345
* that reads the value from shared memory */
346346
static const char *
347-
show_state()
347+
show_state(void)
348348
{
349349
if (pgsp->is_enabled)
350350
return "on";

0 commit comments

Comments
 (0)