mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Add missing "static" markers.
Per buildfarm.
This commit is contained in:
@ -1711,7 +1711,7 @@ ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate)
|
||||
* 1. For update-tuple-routing.
|
||||
* 2. For capturing tuples in transition tables.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
ExecSetupChildParentMapForSubplan(ModifyTableState *mtstate)
|
||||
{
|
||||
ResultRelInfo *targetRelInfo = getTargetResultRelInfo(mtstate);
|
||||
|
Reference in New Issue
Block a user