mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove trailing comma from enum definition
Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
This commit is contained in:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user