*
**********************************************************************
* $Log$
+ * Revision 1.5 2004/09/16 09:06:12 strk
+ * Changed SPI_cursor_open call changes to be used for USE_VERSION > 80
+ * (change seems to be intended for future releases)
+ *
* Revision 1.4 2004/09/14 07:43:00 strk
* Updated call to SPI_cursor_open to 8.0 (beta2) interface.
*
PG_RETURN_NULL() ;
}
-#if USE_VERSION >= 80
+#if USE_VERSION > 80
SPIportal = SPI_cursor_open(NULL, SPIplan, NULL, NULL, 1);
#else
SPIportal = SPI_cursor_open(NULL, SPIplan, NULL, NULL);