Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb41567

Browse files
committed
Add missing "static" markers.
Per buildfarm.
1 parent0d4e6ed commitbb41567

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+
staticvoid
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+
staticvoid
1643516435
dumpIndexAttach(Archive *fout, IndexAttachInfo *attachinfo)
1643616436
{
1643716437
if (fout->dopt->dataOnly)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp