diff options
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r-- | src/include/utils/rel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 2de7b31671d..cbfa4dfba46 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rel.h,v 1.14 1997/11/21 19:12:32 momjian Exp $ + * $Id: rel.h,v 1.15 1998/01/15 19:46:37 pgsql Exp $ * *------------------------------------------------------------------------- */ @@ -24,8 +24,7 @@ typedef struct Trigger { char *tgname; Oid tgfoid; - func_ptr tgfunc; - func_ptr tgplfunc; + FmgrInfo tgfunc; int16 tgtype; int16 tgnargs; int16 tgattr[8]; |