diff options
Diffstat (limited to 'src/include/utils/evtcache.h')
-rw-r--r-- | src/include/utils/evtcache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/utils/evtcache.h b/src/include/utils/evtcache.h index 945e5b53cb8..43c6f61ef5e 100644 --- a/src/include/utils/evtcache.h +++ b/src/include/utils/evtcache.h @@ -25,10 +25,10 @@ typedef enum typedef struct { - Oid fnoid; /* function to be called */ - char enabled; /* as SESSION_REPLICATION_ROLE_* */ - int ntags; /* number of command tags */ - char **tag; /* command tags in SORTED order */ + Oid fnoid; /* function to be called */ + char enabled; /* as SESSION_REPLICATION_ROLE_* */ + int ntags; /* number of command tags */ + char **tag; /* command tags in SORTED order */ } EventTriggerCacheItem; extern List *EventCacheLookup(EventTriggerEvent event); |