Re: troubleshooting pointers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: troubleshooting pointers
Date
Msg-id 29832.1021217664@sss.pgh.pa.us
Whole thread Raw
In response to Re: troubleshooting pointers  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Actually I found late last night that when the view is used, the RTE is 
> a RangeVar, so the RangeFunction code never gets executed. So I think 
> your comment above is right on. That may well explain both problems. 

Hmm.  I thought your view problems were explained by the cut-and-pasteos
I noticed in _readRangeTblEntry.  Maybe there's more though.  I haven't
got to the point of trying to actually execute the patch ... will work
on it more today.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Nested transactions RFC
Next
From: Peter Eisentraut
Date:
Subject: Re: Making the regression tests locale-proof