superfluous-paren.patch
text/x-diff
Filename: superfluous-paren.patch
Type: text/x-diff
Part: 0
Message:
compile error with -DOPTIMIZER_DEBUG
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/optimizer/path/allpaths.c | 0 | 1 |
diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index bfadcb0..6b2f86c 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -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);