mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +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:
@ -10,6 +10,8 @@
|
||||
#include "libpq/pqformat.h" /* needed for send/recv functions */
|
||||
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
typedef struct Complex
|
||||
{
|
||||
double x;
|
||||
|
Reference in New Issue
Block a user