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:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PostgreSQL definitions for managed Large Objects.
|
||||
*
|
||||
* $PostgreSQL: pgsql/contrib/lo/lo.c,v 1.15 2005/06/23 00:06:37 tgl Exp $
|
||||
* $PostgreSQL: pgsql/contrib/lo/lo.c,v 1.16 2006/05/30 22:12:13 tgl Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
/* Required for triggers */
|
||||
#include "commands/trigger.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
|
Reference in New Issue
Block a user