Commit 114b26c0 authored by Tom Lane's avatar Tom Lane

Remove unused field "evttype".

Apparent oversight in commit 3855968f.
parent 2b4f2ab3
......@@ -361,7 +361,6 @@ typedef struct _evttriggerInfo
char *evtowner;
char *evttags;
char *evtfname;
char evttype;
char evtenabled;
} EventTriggerInfo;
......
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