Content-Length: 271584 | pFad | http://github.com/postgrespro/postgres/commit/23843dcb60f941786ab57fec804234bfadd5d17f

20 Remove trailing commas from enums. · postgrespro/postgres@23843dc · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/23843dcb60f941786ab57fec804234bfadd5d17f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy