Content-Length: 258255 | pFad | http://github.com/postgrespro/postgres/commit/8212625e53f28ce2fb9f779f9fa5c003dba904d4

9F Fix placement of "static". · postgrespro/postgres@8212625 · GitHub
Skip to content

Commit 8212625

Browse files
committed
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 720b0ea.
1 parent 0b1fe14 commit 8212625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static const char *progname;
301301

302302
#define WSEP '@' /* weight separator */
303303

304-
volatile static sig_atomic_t timer_exceeded = false; /* flag from signal
304+
static volatile sig_atomic_t timer_exceeded = false; /* flag from signal
305305
* handler */
306306

307307
/*

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/8212625e53f28ce2fb9f779f9fa5c003dba904d4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy