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:
@ -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>
|
||||
|
Reference in New Issue
Block a user