]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix placement of "static".
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jul 2024 21:32:55 +0000 (17:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jul 2024 21:32:55 +0000 (17:32 -0400)
commit8212625e53f28ce2fb9f779f9fa5c003dba904d4
tree61ad89155dac6f21d1351418d853ef4459256770
parent0b1fe1413ea84a381489ed1d1f718cb710229ab3
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.
src/bin/pgbench/pgbench.c