Remove now superfluous declarations of dlsym()ed symbols.
authorAndres Freund <andres@anarazel.de>
Mon, 18 Jul 2022 00:29:32 +0000 (17:29 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 18 Jul 2022 00:29:32 +0000 (17:29 -0700)
commitfd4bad1655391582f639527c325fc4a99680cc64
tree5e59a7fcf0bbe666e0d64532dc2fe57a0eade6b8
parentf2b73c8d75d583adcdd3562adca335d31f430ac5
Remove now superfluous declarations of dlsym()ed symbols.

The prior commit declared them centrally.

Author: Andres Freund <andres@anarazel.de>
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/20211101020311.av6hphdl6xbjbuif@alap3.anarazel.de
31 files changed:
contrib/auth_delay/auth_delay.c
contrib/auto_explain/auto_explain.c
contrib/basebackup_to_shell/basebackup_to_shell.c
contrib/basic_archive/basic_archive.c
contrib/bloom/bloom.h
contrib/hstore_plperl/hstore_plperl.c
contrib/hstore_plpython/hstore_plpython.c
contrib/isn/isn.c
contrib/jsonb_plpython/jsonb_plpython.c
contrib/ltree_plpython/ltree_plpython.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_prewarm/autoprewarm.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_trgm/trgm_op.c
contrib/postgres_fdw/option.c
contrib/sepgsql/hooks.c
contrib/test_decoding/test_decoding.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/pgoutput/pgoutput.c
src/pl/plperl/plperl.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpython/plpy_main.c
src/pl/tcl/pltcl.c
src/test/modules/delay_execution/delay_execution.c
src/test/modules/dummy_index_am/dummy_index_am.c
src/test/modules/dummy_seclabel/dummy_seclabel.c
src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c
src/test/modules/test_oat_hooks/test_oat_hooks.c
src/test/modules/test_rls_hooks/test_rls_hooks.c
src/test/modules/test_shm_mq/test.c
src/test/modules/worker_spi/worker_spi.c