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:
Tom Lane 2024-07-05 17:32:55 -04:00
parent 0b1fe1413e
commit 8212625e53

View File

@ -301,7 +301,7 @@ static const char *progname;
#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 */
/*