From a0ffab351e2dca12200e95c45f6edf5ddebe78b0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 30 May 2006 22:12:16 +0000 Subject: Magic blocks don't do us any good unless we use 'em ... so install one in every shared library. --- src/pl/plpython/plpython.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pl/plpython/plpython.c') diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index 7ac3f89c146..1aedc0c7625 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -1,7 +1,7 @@ /********************************************************************** * plpython.c - python as a procedural language for PostgreSQL * - * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.80 2006/05/26 19:23:09 adunstan Exp $ + * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.81 2006/05/30 22:12:16 tgl Exp $ * ********************************************************************* */ @@ -32,6 +32,8 @@ #include #include +PG_MODULE_MAGIC; + /* convert Postgresql Datum or tuple into a PyObject. * input to Python. Tuples are converted to dictionary * objects. -- cgit v1.2.3