Re: Another bug(?) turned up by the llvm optimization checker - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Another bug(?) turned up by the llvm optimization checker
Date
Msg-id CAM-w4HNrp13ya2EDg1fOk3HV9gVgt3QZKwg0dkof83V82h+hyQ@mail.gmail.com
Whole thread
In response to Re: Another bug(?) turned up by the llvm optimization checker  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On Mon, Nov 11, 2013 at 4:00 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
In any case, the issue looks bigger than just addRangeTableEntry
itself.  Do you want to write up a patch?

I was going to include it in the overflow patch but I'm now thinking I should make it a separate commit to make sure the change in the contract isn't buried in overflow check changes that are supposed to not change functionality. I'll do that.


--
greg

pgsql-hackers by date:

Previous
From: Ishaya Bhatt
Date:
Subject: Re: Datatyp of a column
Next
From: David Johnston
Date:
Subject: Re: TABLE not synonymous with SELECT * FROM?