summaryrefslogtreecommitdiff
path: root/contrib/spi/refint.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-05-12 12:47:24 +0000
committerBruce Momjian <bruce@momjian.us>1999-05-12 12:47:24 +0000
commit1a87c14c9cf2c58009dd653c5356f68d605dff2f (patch)
treeb0d6dd2c81697e23f445b71485c9b1bb6991bc6d /contrib/spi/refint.c
parentca00c902fbda4d5f4027429ca0b6a957a02505fc (diff)
I am sorry, I misinterpreted the still failing trigger regression test.
The offending code has been removed, the action is now always dependent :-) I suggest the following patch, to finally make trigger regression happy again: <<refint1.patch>> After that you can remove the following from TODO: Remove ERROR: check_primary_key: even number of arguments should be specified Trigger regression test fails Andreas
Diffstat (limited to 'contrib/spi/refint.c')
-rw-r--r--contrib/spi/refint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c
index de5065f5391..a4b686fecb4 100644
--- a/contrib/spi/refint.c
+++ b/contrib/spi/refint.c
@@ -3,8 +3,6 @@
* constraints using general triggers.
*/
-#define DEBUG_QUERY 1
-
#include "executor/spi.h" /* this is what you need to work with SPI */
#include "commands/trigger.h" /* -"- and triggers */
#include <ctype.h> /* tolower () */