mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix placement of "static".
Various buildfarm critters were complaining about
pgbench.c:304:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
Evidently a thinko in 720b0eaae
.
This commit is contained in:
@ -301,7 +301,7 @@ static const char *progname;
|
|||||||
|
|
||||||
#define WSEP '@' /* weight separator */
|
#define WSEP '@' /* weight separator */
|
||||||
|
|
||||||
volatile static sig_atomic_t timer_exceeded = false; /* flag from signal
|
static volatile sig_atomic_t timer_exceeded = false; /* flag from signal
|
||||||
* handler */
|
* handler */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user