pgsql: Fix placement of "static".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix placement of "static".
Date: 2024-07-05 21:33:17
Message-ID: E1sPqYN-000T0U-Qy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8212625e53f28ce2fb9f779f9fa5c003dba904d4

Modified Files
--------------
src/bin/pgbench/pgbench.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-07-05 23:42:58 pgsql: Cope with <regex.h> name clashes.
Previous Message Bruce Momjian 2024-07-05 20:52:24 pgsql: doc PG 17 relnotes: fix psql connection cancelation item