diff options
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index d148d10850a..38ddae08b86 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -351,7 +351,7 @@ typedef enum { LISTEN_LISTEN, LISTEN_UNLISTEN, - LISTEN_UNLISTEN_ALL + LISTEN_UNLISTEN_ALL, } ListenActionKind; typedef struct |