1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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
This commit is contained in:
Bruce Momjian
1999-05-12 12:47:24 +00:00
parent ca00c902fb
commit 1a87c14c9c
2 changed files with 2 additions and 4 deletions

View File

@ -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 () */