mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Ooops, should use double not single quotes in StaticAssertStmt().
That's what I get for testing this on an older compiler.
This commit is contained in:
parent
a7ef273e1c
commit
a3b4aeecfe
@ -337,7 +337,7 @@ pgstat_init(void)
|
|||||||
* compile-time cross-check that we didn't.
|
* compile-time cross-check that we didn't.
|
||||||
*/
|
*/
|
||||||
StaticAssertStmt(sizeof(PgStat_Msg) <= PGSTAT_MAX_MSG_SIZE,
|
StaticAssertStmt(sizeof(PgStat_Msg) <= PGSTAT_MAX_MSG_SIZE,
|
||||||
'maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE');
|
"maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create the UDP socket for sending and receiving statistic messages
|
* Create the UDP socket for sending and receiving statistic messages
|
||||||
|
Loading…
Reference in New Issue
Block a user