Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba606c commit 444369eCopy full SHA for 444369e
src/include/utils/rel.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: rel.h,v 1.8 1997/09/01 08:13:22 vadim Exp $
+ * $Id: rel.h,v 1.9 1997/09/04 13:26:45 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -22,14 +22,12 @@
22
23
typedef struct Trigger {
24
char *tgname;
25
- char *tgfunc;
26
- Oid tglang;
+ Oid tgfoid;
+ func_ptr tgfunc;
27
int16 tgtype;
28
int16 tgnargs;
29
int16 tgattr[8];
30
- char *tgtext;
31
char **tgargs;
32
- char *tgwhen;
33
} Trigger;
34
35
typedef struct TriggerDesc {
0 commit comments