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:
@ -42,6 +42,8 @@
|
||||
|
||||
#include "tablefunc.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
static int load_categories_hash(char *cats_sql, MemoryContext per_query_ctx);
|
||||
static Tuplestorestate *get_crosstab_tuplestore(char *sql,
|
||||
int num_categories,
|
||||
|
Reference in New Issue
Block a user