mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Fix typo.
Reported-by: Amit Langote Author: Amit Langote Backpatch-through: 9.6, where it was introduced Discussion: https://postgr.es/m/CA+HiwqFNADeukaaGRmTqANbed9Fd81gLi08AWe_F86_942Gspw@mail.gmail.com
This commit is contained in:
parent
3ccc66dac6
commit
cac8ce4a73
@ -610,7 +610,7 @@ set_rel_consider_parallel(PlannerInfo *root, RelOptInfo *rel,
|
||||
|
||||
/*
|
||||
* Currently, parallel workers can't access the leader's temporary
|
||||
* tables. We could possibly relax this if the wrote all of its
|
||||
* tables. We could possibly relax this if we wrote all of its
|
||||
* local buffers at the start of the query and made no changes
|
||||
* thereafter (maybe we could allow hint bit changes), and if we
|
||||
* taught the workers to read them. Writing a large number of
|
||||
|
Loading…
Reference in New Issue
Block a user