diff options
Diffstat (limited to 'sql/date.c')
| -rw-r--r-- | sql/date.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ Datum cds_accrued(PG_FUNCTION_ARGS) { } +PG_FUNCTION_INFO_V1(test); + Datum test(PG_FUNCTION_ARGS) { if (SPI_connect() == SPI_ERROR_CONNECT) { elog(ERROR, "pomme"); |
