We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128e6ee commit 7356101Copy full SHA for 7356101
src/include/replication/walreceiver.h
@@ -175,7 +175,7 @@ typedef enum
175
WALRCV_OK_TUPLES, /* Query returned tuples. */
176
WALRCV_OK_COPY_IN, /* Query started COPY FROM. */
177
WALRCV_OK_COPY_OUT, /* Query started COPY TO. */
178
- WALRCV_OK_COPY_BOTH, /* Query started COPY BOTH replication protocol. */
+ WALRCV_OK_COPY_BOTH /* Query started COPY BOTH replication protocol. */
179
} WalRcvExecStatus;
180
181
/*
0 commit comments