aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pgbench/pgbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c
index e3dc6f9b190..61618f2e188 100644
--- a/src/bin/pgbench/pgbench.c
+++ b/src/bin/pgbench/pgbench.c
@@ -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 */
/*