Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a87c14

Browse files
committed
I am sorry, I misinterpreted the still failing trigger regression test.
Theoffending codehas been removed, the action is now always dependent :-)I suggest the following patch, to finally make trigger regression happyagain: <<refint1.patch>>After that you can remove the following from TODO:Remove ERROR: check_primary_key: even number of arguments should bespecifiedTrigger regression test failsAndreas
1 parentca00c90 commit1a87c14

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎contrib/spi/refint.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*constraints using general triggers.
44
*/
55

6-
#defineDEBUG_QUERY 1
7-
86
#include"executor/spi.h"/* this is what you need to work with SPI */
97
#include"commands/trigger.h"/* -"- and triggers */
108
#include<ctype.h>/* tolower () */

‎src/backend/utils/adt/acl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.34 1999/03/21 06:31:59 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.35 1999/05/12 12:47:24 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -108,7 +108,7 @@ aclparse(char *s, AclItem *aip, unsigned *modechg)
108108

109109
#ifdefACLDEBUG_TRACE
110110
printf("aclparse: input = '%s'\n",s);
111-
#endifACLDEBUG_TRACE
111+
#endif
112112
aip->ai_idtype=ACL_IDTYPE_UID;
113113
s=getid(s,name);
114114
if (*s!=ACL_MODECHG_ADD_CHR&&

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp