Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 23843dc

Browse files
committed
Remove trailing commas from enums.
Buildfarm member mylodon doesn't like them. Actually, I don't like them either, but I failed to notice these before pushing commit 6f3bd98.
1 parent 976a1ce commit 23843dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pgstat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ typedef enum
746746
WAIT_EVENT_SYSLOGGER_MAIN,
747747
WAIT_EVENT_WAL_RECEIVER_MAIN,
748748
WAIT_EVENT_WAL_SENDER_MAIN,
749-
WAIT_EVENT_WAL_WRITER_MAIN,
749+
WAIT_EVENT_WAL_WRITER_MAIN
750750
} WaitEventActivity;
751751

752752
/* ----------
@@ -764,7 +764,7 @@ typedef enum
764764
WAIT_EVENT_SSL_OPEN_SERVER,
765765
WAIT_EVENT_WAL_RECEIVER_WAIT_START,
766766
WAIT_EVENT_WAL_SENDER_WAIT_WAL,
767-
WAIT_EVENT_WAL_SENDER_WRITE_DATA,
767+
WAIT_EVENT_WAL_SENDER_WRITE_DATA
768768
} WaitEventClient;
769769

770770
/* ----------

0 commit comments

Comments
 (0)