aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
diff options
context:
space:
mode:
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-01-26 17:34:28 +0100
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-01-26 17:34:28 +0100
commit0a16c8326c5a14abd180eeefe5e5ee4263513c2a (patch)
tree66d5f38a656f9a3410c6815e7471715a258ae293 /src/backend/executor/execParallel.c
parentd28cd3e7b21c41a710fd9c188a57dad99f28805f (diff)
downloadpostgresql-0a16c8326c5a14abd180eeefe5e5ee4263513c2a.tar.gz
postgresql-0a16c8326c5a14abd180eeefe5e5ee4263513c2a.zip
Add missing CommandCounterIncrement
For commit b663b9436e75 I thought this was useless, but turns out not to be for the case where a partitioned table has two identical foreign key constraints which can both be matched by the same constraint in a partition during attach. This CCI makes the match search for the second constraint in the parent ignore the constraint in the child that has already been matched by the first constraint in the parent. Reported-by: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/c599253c-1ccd-4161-80fc-c9065e037a09@gmail.com
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions