test_shm_mq: Try again to fix compiler warning.

Per complaints from Andres Freund and Tom Lane.
This commit is contained in:
Robert Haas 2014-01-15 12:44:22 -05:00
parent ed46758381
commit b1365ff7a8
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ setup_dynamic_shared_memory(int64 queue_size, int nworkers,
ereport(ERROR,
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
errmsg("queue size must be at least %lu bytes",
shm_mq_minimum_size)));
(unsigned long) shm_mq_minimum_size)));
/*
* Estimate how much shared memory we need.