pgsql: Minimal fix for crash bug in quals_match_foreign_key.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minimal fix for crash bug in quals_match_foreign_key.
Date: 2016-05-06 19:06:20
Message-ID: E1ayl4u-0001UQ-5D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minimal fix for crash bug in quals_match_foreign_key.

Discussion is still underway as to whether to revert the entire patch
that added this function, but that discussion may not conclude before
beta1. So, in the meantime, let's do at least this much.

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68d704edbfe14fd8d21545b244c3f6824e0fbb8a

Modified Files
--------------
src/backend/optimizer/path/costsize.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-05-06 19:07:51 Re: pgsql: Add TAP tests for pg_dump
Previous Message Robert Haas 2016-05-06 18:55:15 pgsql: Limit maximum parallel degree to 1024.