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:
@ -8,6 +8,8 @@
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
extern Datum check_primary_key(PG_FUNCTION_ARGS);
|
||||
extern Datum check_foreign_key(PG_FUNCTION_ARGS);
|
||||
|
||||
|
Reference in New Issue
Block a user