mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +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 @@
|
||||
/**********************************************************************
|
||||
* 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 <compile.h>
|
||||
#include <eval.h>
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
/* convert Postgresql Datum or tuple into a PyObject.
|
||||
* input to Python. Tuples are converted to dictionary
|
||||
* objects.
|
||||
|
Reference in New Issue
Block a user