Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7356101

Browse files
committed
Remove trailing comma from enum definition
Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
1 parent128e6ee commit7356101

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)

[8]ページ先頭

©2009-2025 Movatter.jp