pgsql: Minimal fix for crash bug in quals_match_foreign_key. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Minimal fix for crash bug in quals_match_foreign_key.
Date
Msg-id E1ayl4u-0001UQ-5D@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Limit maximum parallel degree to 1024.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add TAP tests for pg_dump