In postgres
source code, I'm confused with the code as below.
typedef TupleTableSlot *(*ExecProcNodeMtd) (struct PlanState *pstate);
Can any one explain it, thank you.
In postgres
source code, I'm confused with the code as below.
typedef TupleTableSlot *(*ExecProcNodeMtd) (struct PlanState *pstate);
Can any one explain it, thank you.