pgsql: Fix tqueue.c's range-remapping code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix tqueue.c's range-remapping code.
Date: 2016-07-29 18:13:26
Message-ID: E1bTCHm-00075y-UF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix tqueue.c's range-remapping code.

It's depressingly clear that nobody ever tested this.

Branch
------
master

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

Modified Files
--------------
src/backend/executor/tqueue.c | 4 ++--
src/test/regress/expected/rangetypes.out | 17 +++++++++++++++++
src/test/regress/sql/rangetypes.sql | 14 ++++++++++++++
3 files changed, 33 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-29 23:31:23 pgsql: Fix worst memory leaks in tqueue.c.
Previous Message Tom Lane 2016-07-29 16:53:08 pgsql: Fix pq_putmessage_noblock() to not block.