projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128e6ee
)
Remove trailing comma from enum definition
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 23 Mar 2017 15:58:11 +0000
(11:58 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 23 Mar 2017 15:58:11 +0000
(11:58 -0400)
Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
src/include/replication/walreceiver.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/replication/walreceiver.h
b/src/include/replication/walreceiver.h
index fb55c30fa191b8b38651ffa3e5a2be4037796d15..cc31bc6a34e3600ef388950a4728fdb38481987b 100644
(file)
--- a/
src/include/replication/walreceiver.h
+++ b/
src/include/replication/walreceiver.h
@@
-175,7
+175,7
@@
typedef enum
WALRCV_OK_TUPLES, /* Query returned tuples. */
WALRCV_OK_COPY_IN, /* Query started COPY FROM. */
WALRCV_OK_COPY_OUT, /* Query started COPY TO. */
- WALRCV_OK_COPY_BOTH
,
/* Query started COPY BOTH replication protocol. */
+ WALRCV_OK_COPY_BOTH
/* Query started COPY BOTH replication protocol. */
} WalRcvExecStatus;
/*