/* $Id: PgSPI.h,v 1.18 1999/09/29 20:30:23 mergl Exp $ Copyright (c) 1997,1998,1999 Edmund Mergl Portions Copyright (c) 1994,1995,1996,1997 Tim Bunce You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. */ /* pull in postgersql headers first */ #include "postgres.h" #include "funcapi.h" #include "executor/spi.h" /* pull in perl headers */ #define NEED_DBIXS_VERSION 0 #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" #include /* installed by the DBI module */ #define dirty PL_dirty #include "dbdimp.h" /* read in our implementation details */ #include /* installed by the DBI module */ /* end of PgSPI.h */