1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

PL/Python integration: support in create/droplang, add CVS keywords,

remove useless files, beat some sense into Makefile.  For me it builds
and sort of runs, so it's a start.
This commit is contained in:
Peter Eisentraut
2001-05-12 01:30:30 +00:00
parent bb30d49a2a
commit c51b00a213
15 changed files with 84 additions and 343 deletions

View File

@ -1,5 +1,6 @@
/* -*- C -*-
*
/* $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.2 2001/05/12 01:30:30 petere Exp $ */
/*
* plpython.c - python as a procedural language for PostgreSQL
*
* IDENTIFICATION
@ -33,6 +34,8 @@
*
**********************************************************************/
#include "postgres.h"
/* system stuff
*/
#include <dlfcn.h>