diff options
author | Tom Lane | 2014-03-05 16:57:53 +0000 |
---|---|---|
committer | Tom Lane | 2014-03-05 16:57:53 +0000 |
commit | 114b26c06fb93d74afd6993d4be49b5b3e960979 (patch) | |
tree | e9b5b4abfd78f96f4453f2954cf836cbaf3e79f9 | |
parent | 2b4f2ab33dea09e47b93a2eb4be05aa4d40b49ee (diff) |
Remove unused field "evttype".
Apparent oversight in commit 3855968f.
-rw-r--r-- | src/bin/pg_dump/pg_dump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index c8dac35891..398eca1a09 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -361,7 +361,6 @@ typedef struct _evttriggerInfo char *evtowner; char *evttags; char *evtfname; - char evttype; char evtenabled; } EventTriggerInfo; |