Skip to content

Commit a3b4aee

Browse files
committed
Ooops, should use double not single quotes in StaticAssertStmt().
That's what I get for testing this on an older compiler.
1 parent a7ef273 commit a3b4aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ pgstat_init(void)
337337
* compile-time cross-check that we didn't.
338338
*/
339339
StaticAssertStmt(sizeof(PgStat_Msg) <= PGSTAT_MAX_MSG_SIZE,
340-
'maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE');
340+
"maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE");
341341

342342
/*
343343
* Create the UDP socket for sending and receiving statistic messages

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy