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_trgm | |
| 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_trgm')
| -rw-r--r-- | contrib/pg_trgm/trgm_op.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c index cbcc481a172..49b3609de93 100644 --- a/contrib/pg_trgm/trgm_op.c +++ b/contrib/pg_trgm/trgm_op.c @@ -20,8 +20,6 @@ double similarity_threshold = 0.3f; double word_similarity_threshold = 0.6f; double strict_word_similarity_threshold = 0.5f; -void _PG_init(void); - PG_FUNCTION_INFO_V1(set_limit); PG_FUNCTION_INFO_V1(show_limit); PG_FUNCTION_INFO_V1(show_trgm); |
