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.
Showing
Please register or sign in to comment