Remove CommandCounterIncrement() after processing ON COMMIT DELETE
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +1 −3 |
Discussion
- Removal of unnecessary CommandCounterIncrement() when doing ON COMMIT DELETE ROWS 3 messages · 2018-11-09 → 2018-11-13