ExecSetupTransitionCaptureState not declared in nodeModifyTable.c - Mailing list pgsql-hackers

From jian he
Subject ExecSetupTransitionCaptureState not declared in nodeModifyTable.c
Date
Msg-id CACJufxEEhWCbbn63Rg0KsBTLFpWvb7t7wEh=rZecp=q3sQTiRQ@mail.gmail.com
Whole thread Raw
Responses Re: ExecSetupTransitionCaptureState not declared in nodeModifyTable.c
List pgsql-hackers
hi.

static void
ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate);

not declared in src/backend/executor/nodeModifyTable.c.
do we need to add the declaration?



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Bug in nbtree optimization to skip > operator comparisons (or < comparisons in backwards scans)
Next
From: Tom Lane
Date:
Subject: Re: ExecSetupTransitionCaptureState not declared in nodeModifyTable.c