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
997a6a27
Commit
997a6a27
authored
Nov 22, 2009
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.
Jan Urbanski
parent
1c499591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/backend/optimizer/path/allpaths.c
src/backend/optimizer/path/allpaths.c
+1
-2
No files found.
src/backend/optimizer/path/allpaths.c
View file @
997a6a27
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.1
89 2009/11/15 02:45:35 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.1
90 2009/11/22 14:54:31 heikki
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -1449,7 +1449,6 @@ print_path(PlannerInfo *root, Path *path, int indent)
((
mp
->
outersortkeys
)
?
1
:
0
),
((
mp
->
innersortkeys
)
?
1
:
0
),
((
mp
->
materialize_inner
)
?
1
:
0
));
}
}
print_path
(
root
,
jp
->
outerjoinpath
,
indent
+
1
);
...
...
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