pgsql: test_shm_mq: Fix checks for negative queue size.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: test_shm_mq: Fix checks for negative queue size.
Date: 2014-01-15 15:51:18
Message-ID: E1W3SkQ-0008QP-6y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_shm_mq: Fix checks for negative queue size.

Noted while addressing compiler warnings pointed out on pgsql-hackers.

Branch
------
master

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

Modified Files
--------------
contrib/test_shm_mq/setup.c | 6 +++---
contrib/test_shm_mq/test_shm_mq.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-15 16:04:57 pgsql: Fix missing parentheses resulting in wrong order of dereference.
Previous Message Robert Haas 2014-01-15 15:33:47 pgsql: Fix compiler warning.