Skip to content

Commit 7356101

Browse files
committed
Remove trailing comma from enum definition
Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
1 parent 128e6ee commit 7356101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/replication/walreceiver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ typedef enum
175175
WALRCV_OK_TUPLES, /* Query returned tuples. */
176176
WALRCV_OK_COPY_IN, /* Query started COPY FROM. */
177177
WALRCV_OK_COPY_OUT, /* Query started COPY TO. */
178-
WALRCV_OK_COPY_BOTH, /* Query started COPY BOTH replication protocol. */
178+
WALRCV_OK_COPY_BOTH /* Query started COPY BOTH replication protocol. */
179179
} WalRcvExecStatus;
180180

181181
/*

0 commit comments

Comments
 (0)