Re: Making Vars outer-join aware - Mailing list pgsql-hackers

From Finnerty, Jim
Subject Re: Making Vars outer-join aware
Date
Msg-id A6EE2336-84B3-4FC9-A452-519C097A5536@amazon.com
Whole thread Raw
In response to Making Vars outer-join aware  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Making Vars outer-join aware
List pgsql-hackers
Tom, two quick questions before attempting to read the patch:

    Given that views are represented in a parsed representation, does anything need to happen to the Vars inside a view
whenthat view is outer-joined to?  
 

    If an outer join is converted to an inner join, must this information get propagated to all the affected Vars,
potentiallyacross query block levels?
 



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Is RecoveryConflictInterrupt() entirely safe in a signal handler?
Next
From: Andres Freund
Date:
Subject: Re: EINTR in ftruncate()