diff options
| author | Andres Freund | 2022-07-18 00:29:32 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-07-18 00:29:32 +0000 |
| commit | fd4bad1655391582f639527c325fc4a99680cc64 (patch) | |
| tree | 5e59a7fcf0bbe666e0d64532dc2fe57a0eade6b8 /contrib/pg_prewarm | |
| parent | f2b73c8d75d583adcdd3562adca335d31f430ac5 (diff) | |
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
Diffstat (limited to 'contrib/pg_prewarm')
| -rw-r--r-- | contrib/pg_prewarm/autoprewarm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pg_prewarm/autoprewarm.c b/contrib/pg_prewarm/autoprewarm.c index 13eee4a1379..b2d60260934 100644 --- a/contrib/pg_prewarm/autoprewarm.c +++ b/contrib/pg_prewarm/autoprewarm.c @@ -82,7 +82,6 @@ typedef struct AutoPrewarmSharedState int prewarmed_blocks; } AutoPrewarmSharedState; -void _PG_init(void); void autoprewarm_main(Datum main_arg); void autoprewarm_database_main(Datum main_arg); |
