mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
pgindent run for 9.6
This commit is contained in:
@ -444,10 +444,9 @@ ExecSupportsBackwardScan(Plan *node)
|
||||
return false;
|
||||
|
||||
/*
|
||||
* Parallel-aware nodes return a subset of the tuples in each worker,
|
||||
* and in general we can't expect to have enough bookkeeping state to
|
||||
* know which ones we returned in this worker as opposed to some other
|
||||
* worker.
|
||||
* Parallel-aware nodes return a subset of the tuples in each worker, and
|
||||
* in general we can't expect to have enough bookkeeping state to know
|
||||
* which ones we returned in this worker as opposed to some other worker.
|
||||
*/
|
||||
if (node->parallel_aware)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user