Joe Conway <[EMAIL PROTECTED]> writes:
> With the current SRF patch, in certain circumstances selecting from a 
> VIEW produces "Buffer Leak" warnings, while selecting from the function 
> itself does not. Also the VIEW returns only one of the two expected 
> rows.

The buffer leak suggests failure to shut down a plan tree (ie, no
ExecutorEnd call).  Probably related to not running the VIEW to
completion, but it's hard to guess at the underlying cause.

Do the plan trees (EXPLAIN display) look the same in both cases?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to