aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-10-16 09:53:34 -0400
committerRobert Haas <rhaas@postgresql.org>2015-10-16 09:58:42 -0400
commit423ec0877ff29bc78e48e50362dbcde351a1f025 (patch)
tree2aaf036a548239f86e7d95d486cd99496d4b6524 /src/backend/commands/variable.c
parent2ad5c27bb565c26a4b12ea3343331c80f121f269 (diff)
downloadpostgresql-423ec0877ff29bc78e48e50362dbcde351a1f025.tar.gz
postgresql-423ec0877ff29bc78e48e50362dbcde351a1f025.zip
Transfer current command counter ID to parallel workers.
Commit 924bcf4f16d54c55310b28f77686608684734f42 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.
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions