Re: ExecSetupTransitionCaptureState not declared in nodeModifyTable.c

2023-12-05 Thread Tom Lane
jian he writes: > static void > ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate); > not declared in src/backend/executor/nodeModifyTable.c. > do we need to add the declaration? Not if the compiler's not complaining about it. We don't have a policy requiring all static

ExecSetupTransitionCaptureState not declared in nodeModifyTable.c

2023-12-05 Thread jian he
hi. static void ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate); not declared in src/backend/executor/nodeModifyTable.c. do we need to add the declaration?