Commit bb415675 authored by Tom Lane's avatar Tom Lane

Add missing "static" markers.

Per buildfarm.
parent 0d4e6ed3
......@@ -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);
......
......@@ -16431,7 +16431,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo)
* dumpIndexAttach
* write out to fout a partitioned-index attachment clause
*/
void
static void
dumpIndexAttach(Archive *fout, IndexAttachInfo *attachinfo)
{
if (fout->dopt->dataOnly)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment