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
963af969
Commit
963af969
authored
Aug 17, 2017
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing "static" marker.
Per pademelon.
parent
bfe089e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/prep/prepunion.c
+1
-1
No files found.
src/backend/optimizer/prep/prepunion.c
View file @
963af969
...
@@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
...
@@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
* Substitute child relids for parent relids in a Relid set. The array of
* Substitute child relids for parent relids in a Relid set. The array of
* appinfos specifies the substitutions to be performed.
* appinfos specifies the substitutions to be performed.
*/
*/
Relids
static
Relids
adjust_child_relids
(
Relids
relids
,
int
nappinfos
,
AppendRelInfo
**
appinfos
)
adjust_child_relids
(
Relids
relids
,
int
nappinfos
,
AppendRelInfo
**
appinfos
)
{
{
Bitmapset
*
result
=
NULL
;
Bitmapset
*
result
=
NULL
;
...
...
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