Skip to content

Commit be361ef

Browse files
committed
Fix compiler warning: Size isn't 64 bits on 32 bit platforms.
Report by Peter Eisentraut.
1 parent 5df99f6 commit be361ef

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
@@ -101,7 +101,7 @@ setup_dynamic_shared_memory(uint64 queue_size, int nworkers,
101101
if (queue_size < 0 || ((uint64) queue_size) < shm_mq_minimum_size)
102102
ereport(ERROR,
103103
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
104-
errmsg("queue size must be at least " UINT64_FORMAT " bytes",
104+
errmsg("queue size must be at least %lu bytes",
105105
shm_mq_minimum_size)));
106106

107107
/*

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