mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user