Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d8c8cb

Browse files
committed
Light fix to previous commit
1 parent 12957de commit 1d8c8cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compat/pg_compat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ set_dummy_rel_pathlist(RelOptInfo *rel)
321321
#endif
322322

323323

324+
#if PG_VERSION_NUM >= 90600
324325
/*
325326
* If this relation could possibly be scanned from within a worker, then set
326327
* its consider_parallel flag.
@@ -490,6 +491,7 @@ set_rel_consider_parallel(PlannerInfo *root, RelOptInfo *rel,
490491
/* We have a winner. */
491492
rel->consider_parallel = true;
492493
}
494+
#endif
493495

494496

495497
/*

0 commit comments

Comments
 (0)