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

Commitb1365ff

Browse files
committed
test_shm_mq: Try again to fix compiler warning.
Per complaints from Andres Freund and Tom Lane.
1 parented46758 commitb1365ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/test_shm_mq/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ setup_dynamic_shared_memory(int64 queue_size, int nworkers,
102102
ereport(ERROR,
103103
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
104104
errmsg("queue size must be at least %lu bytes",
105-
shm_mq_minimum_size)));
105+
(unsigned long)shm_mq_minimum_size)));
106106

107107
/*
108108
* Estimate how much shared memory we need.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp