mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
#include "utils/array.h"
|
||||
#include "catalog/pg_type.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
float4 trgm_limit = 0.3;
|
||||
|
||||
PG_FUNCTION_INFO_V1(set_limit);
|
||||
|
Reference in New Issue
Block a user