pgsql: test_shm_mq: Use Size rather than uint64.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: test_shm_mq: Use Size rather than uint64.
Date: 2014-03-18 17:31:11
Message-ID: E1WPxr5-0006hd-Jd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_shm_mq: Use Size rather than uint64.

Commit 3bd261ca18c67eafe18088e58fab511e3b965418 updated the API but
neglected to make the corresponding edits here.

Per Tom Lane and the buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c676ac0f3fc87911588ca8e5f92483d1671ba89f

Modified Files
--------------
contrib/test_shm_mq/test.c | 10 +++++-----
contrib/test_shm_mq/worker.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-03-18 17:53:39 Re: pgsql: Add pg_recvlogical, a tool to receive data logical decoding data
Previous Message Robert Haas 2014-03-18 17:21:11 pgsql: Documentation for logical decoding.