Skip to content

Commit

Permalink
Get rid of SPI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jun 10, 2010
1 parent 8c00aa8 commit 68311bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plparrot.c
Expand Up @@ -186,9 +186,6 @@ plperl6_func_handler(PG_FUNCTION_ARGS)
char perl6_end[1] = "}";
int numargs, rc, i, length;

if ((rc = SPI_connect()) != SPI_OK_CONNECT)
elog(ERROR, "SPI_connect failed: %s", SPI_result_code_string(rc));

retval = PG_GETARG_DATUM(0);
return retval;
}
Expand Down

0 comments on commit 68311bc

Please sign in to comment.