Dropped the last compatibility macros for PG 8.2

This commit is contained in:
Daniele Varrazzo
2012-11-11 23:51:46 +00:00
parent a92fefab8a
commit 390feca0e1
2 changed files with 1 additions and 38 deletions

View File

@ -12,12 +12,6 @@
#include "executor/spi.h"
#if PG_VERSION_NUM < 80300
typedef void *SPIPlanPtr;
#endif
#if PG_VERSION_NUM < 80400
extern int SPI_execute_with_args(const char *src, int nargs, Oid *argtypes,