aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_shm_mq/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/test_shm_mq/worker.c')
-rw-r--r--contrib/test_shm_mq/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_shm_mq/worker.c b/contrib/test_shm_mq/worker.c
index 0322aafa37e..5627a57a3ec 100644
--- a/contrib/test_shm_mq/worker.c
+++ b/contrib/test_shm_mq/worker.c
@@ -180,7 +180,7 @@ attach_to_queues(dsm_segment *seg, shm_toc *toc, int myworkernumber,
static void
copy_messages(shm_mq_handle *inqh, shm_mq_handle *outqh)
{
- uint64 len;
+ Size len;
void *data;
shm_mq_result res;