Add 'static' to file-local variables missing it.
authorAndres Freund <andres@anarazel.de>
Thu, 12 May 2022 16:19:04 +0000 (09:19 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 12 May 2022 19:39:33 +0000 (12:39 -0700)
commit09cd33f47bb32f904c32b5aabe607a5125159cc4
tree4d2cdd2622cda583543546694ae2212b8a131294
parent905c020bef99e16b37529203084cd93932e73805
Add 'static' to file-local variables missing it.

Noticed when comparing the set of exported symbols without / with
-fvisibility=hidden after adding PGDLLIMPORT to intentionally exported
symbols.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de
src/backend/access/common/reloptions.c
src/backend/access/transam/commit_ts.c
src/backend/access/transam/xact.c
src/backend/catalog/storage.c
src/backend/replication/logical/launcher.c
src/backend/replication/logical/tablesync.c
src/backend/replication/logical/worker.c
src/backend/tcop/cmdtag.c