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

Commit23843dc

Browse files
committed
Remove trailing commas from enums.
Buildfarm member mylodon doesn't like them. Actually, I don't likethem either, but I failed to notice these before pushing commit6f3bd98.
1 parent976a1ce commit23843dc

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)

[8]ページ先頭

©2009-2025 Movatter.jp