Remove CommandCounterIncrement() after processing ON COMMIT DELETE
authorMichael Paquier <michael@paquier.xyz>
Mon, 12 Nov 2018 23:59:41 +0000 (08:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 12 Nov 2018 23:59:41 +0000 (08:59 +0900)
commit52b70b1c7df5929465cf3dd8f4798e6f2e204f61
tree416427d145df00e118f0df61e7982372638072bc
parent3de491482b6c815a2e735dbbb8972e0907d75188
Remove CommandCounterIncrement() after processing ON COMMIT DELETE

This comes from f9b5b41, which is part of one the original commits that
implemented ON COMMIT actions.  By looking at the truncation code, any
CCI needed happens locally when rebuilding indexes, so it looks safe to
just remove this final incrementation.

Author: Michael Paquier
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20181109024731.GF2652@paquier.xyz
src/backend/commands/tablecmds.c