Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bb415675
Commit
bb415675
authored
Jan 25, 2018
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing "static" markers.
Per buildfarm.
parent
0d4e6ed3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/backend/executor/nodeModifyTable.c
src/backend/executor/nodeModifyTable.c
+1
-1
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+1
-1
No files found.
src/backend/executor/nodeModifyTable.c
View file @
bb415675
...
...
@@ -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
);
...
...
src/bin/pg_dump/pg_dump.c
View file @
bb415675
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment