Skip to content

Commit bb41567

Browse files
committed
Add missing "static" markers.
Per buildfarm.
1 parent 0d4e6ed commit bb41567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate)
17111711
* 1. For update-tuple-routing.
17121712
* 2. For capturing tuples in transition tables.
17131713
*/
1714-
void
1714+
static void
17151715
ExecSetupChildParentMapForSubplan(ModifyTableState *mtstate)
17161716
{
17171717
ResultRelInfo *targetRelInfo = getTargetResultRelInfo(mtstate);

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16431,7 +16431,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo)
1643116431
* dumpIndexAttach
1643216432
* write out to fout a partitioned-index attachment clause
1643316433
*/
16434-
void
16434+
static void
1643516435
dumpIndexAttach(Archive *fout, IndexAttachInfo *attachinfo)
1643616436
{
1643716437
if (fout->dopt->dataOnly)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy