diff options
author | Dean Rasheed | 2023-03-13 11:09:39 +0000 |
---|---|---|
committer | Dean Rasheed | 2023-03-13 11:12:20 +0000 |
commit | 7b14e20b12cc8358cad9bdd05dd6b7de7f73c431 (patch) | |
tree | ac702d6b25846a6bc81bac4a10d190db2218e31d /src/backend/commands/copyfromparse.c | |
parent | 9321c79c86e6a6a4eac22e2235a21a8b68388723 (diff) |
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
This ensures that the row count in the command tag for a MERGE is
correctly computed in the case where UPDATEs or DELETEs are skipped
due to a BEFORE ROW trigger returning NULL (the INSERT case was
already handled correctly by ExecMergeNotMatched() calling
ExecInsert()).
Back-patch to v15, where MERGE was introduced.
Discussion: https://postgr.es/m/CAEZATCU8XEmR0JWKDtyb7iZ%3DqCffxS9uyJt0iOZ4TV4RT%2Bow1w%40mail.gmail.com
Diffstat (limited to 'src/backend/commands/copyfromparse.c')
0 files changed, 0 insertions, 0 deletions