Content-Length: 271584 | pFad | http://github.com/postgrespro/postgres/commit/23843dcb60f941786ab57fec804234bfadd5d17f
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a1ce commit 23843dcCopy full SHA for 23843dc
src/include/pgstat.h
@@ -746,7 +746,7 @@ typedef enum
746
WAIT_EVENT_SYSLOGGER_MAIN,
747
WAIT_EVENT_WAL_RECEIVER_MAIN,
748
WAIT_EVENT_WAL_SENDER_MAIN,
749
- WAIT_EVENT_WAL_WRITER_MAIN,
+ WAIT_EVENT_WAL_WRITER_MAIN
750
} WaitEventActivity;
751
752
/* ----------
@@ -764,7 +764,7 @@ typedef enum
764
WAIT_EVENT_SSL_OPEN_SERVER,
765
WAIT_EVENT_WAL_RECEIVER_WAIT_START,
766
WAIT_EVENT_WAL_SENDER_WAIT_WAL,
767
- WAIT_EVENT_WAL_SENDER_WRITE_DATA,
+ WAIT_EVENT_WAL_SENDER_WRITE_DATA
768
} WaitEventClient;
769
770
Fetched URL: http://github.com/postgrespro/postgres/commit/23843dcb60f941786ab57fec804234bfadd5d17f
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments