diff options
| author | Bruce Momjian | 2013-05-29 20:58:43 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2013-05-29 20:58:43 +0000 |
| commit | 9af4159fce6654aa0e081b00d02bca40b978745c (patch) | |
| tree | 3aa507fc6cc67ed3d9f6ceec4d65d1e56cc08e1a /src/include/utils/evtcache.h | |
| parent | 07ab261ef3a9575a4a2bd3045b222d7b3dee2c46 (diff) | |
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update
pgindent instructions.
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); |
