Skip to content
Snippets Groups Projects
Commit 423ec087 authored by Robert Haas's avatar Robert Haas
Browse files

Transfer current command counter ID to parallel workers.

Commit 924bcf4f correctly forbade
parallel workers to modify the command counter while in parallel mode,
but it inexplicably neglected to actually transfer the current command
counter from leader to workers.  This can result in the workers seeing
a different set of tuples from the leader, which is bad.  Repair.
parent 2ad5c27b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment