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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy