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

Commita3b4aee

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 parenta7ef273 commita3b4aee

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)

[8]ページ先頭

©2009-2025 Movatter.jp