1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +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,7 @@
#ifndef PLPYTHON_NEW_H
#define PLPYTHON_NEW_H
/* $Header: /cvsroot/pgsql/src/pl/plpython/Attic/plpython.h,v 1.2 2001/05/12 01:30:30 petere Exp $ */
#ifndef PLPYTHON_H
#define PLPYTHON_H
#define DEBUG_EXC 0
#define DEBUG_LEVEL 0
@ -63,4 +65,4 @@
# define refc(O)
#endif
#endif
#endif /* PLPYTHON_H */