Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Accessing non catalog table in backend - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Accessing non catalog table in backend
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Accessing non catalog table in backend  (Atri Sharma <[email protected]>)
Responses Re: Accessing non catalog table in backend
List pgsql-hackers
On 2016/01/05 3:53, Atri Sharma wrote:
> I was wary to use SPI inside the executor for node evaluation functions.
> Does it seem safe?

What is "node evaluation functions"? Is it "Plan" nodes or "Expr" nodes
that you are talking about? I guess you'd know to use ExecProcNode() or
ExecEvalExpr() for them, respectively.

Thanks,
Amit






pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: parallel joins, and better parallel explain
Next
From: Michael Paquier
Date:
Subject: Re: dynloader.h missing in prebuilt package for Windows?