Fix placement of "static".

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8212625e53f28ce2fb9f779f9fa5c003dba904d4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-07-05T21:32:55Z
Releases: 18.0
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.

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +1 −1