ExecSetupTransitionCaptureState not declared in nodeModifyTable.c

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: ExecSetupTransitionCaptureState not declared in nodeModifyTable.c
Date: 2023-12-06 01:50:02
Message-ID: CACJufxEEhWCbbn63Rg0KsBTLFpWvb7t7wEh=rZecp=q3sQTiRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-12-06 02:02:20 Re: ExecSetupTransitionCaptureState not declared in nodeModifyTable.c
Previous Message Peter Geoghegan 2023-12-06 01:45:41 Re: Bug in nbtree optimization to skip > operator comparisons (or < comparisons in backwards scans)