Commit 444369e7 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

struct Trigger changed

parent 9ba606cd
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -22,14 +22,12 @@ ...@@ -22,14 +22,12 @@
typedef struct Trigger { typedef struct Trigger {
char *tgname; char *tgname;
char *tgfunc; Oid tgfoid;
Oid tglang; func_ptr tgfunc;
int16 tgtype; int16 tgtype;
int16 tgnargs; int16 tgnargs;
int16 tgattr[8]; int16 tgattr[8];
char *tgtext;
char **tgargs; char **tgargs;
char *tgwhen;
} Trigger; } Trigger;
typedef struct TriggerDesc { typedef struct TriggerDesc {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment