forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52b70b1
committed
Remove CommandCounterIncrement() after processing ON COMMIT DELETE
This comes fromf9b5b41, which is part of one the original commits thatimplemented ON COMMIT actions. By looking at the truncation code, anyCCI needed happens locally when rebuilding indexes, so it looks safe tojust remove this final incrementation.Author: Michael PaquierReviewed-by: Álvaro HerreraDiscussion:https://postgr.es/m/20181109024731.GF2652@paquier.xyz1 parent3de4914 commit52b70b1
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13334 | 13334 |
| |
13335 | 13335 |
| |
13336 | 13336 |
| |
13337 |
| - | |
13338 | 13337 |
| |
13339 |
| - | |
13340 |
| - | |
| 13338 | + | |
13341 | 13339 |
| |
13342 | 13340 |
| |
13343 | 13341 |
| |
|
0 commit comments
Comments
(0)