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 568B4599.1020402@lab.ntt.co.jp
Whole thread Raw
In response to Re: Accessing non catalog table in backend  (Atri Sharma <atri.jiit@gmail.com>)
Responses Re: Accessing non catalog table in backend  (Atri Sharma <atri.jiit@gmail.com>)
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?