mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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:
@ -19,6 +19,8 @@
|
||||
#define GIST_QUERY_DEBUG
|
||||
*/
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
extern int seg_yyparse();
|
||||
extern void seg_yyerror(const char *message);
|
||||
extern void seg_scanner_init(const char *str);
|
||||
|
Reference in New Issue
Block a user