forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58c9600
committed
Remove empty function BufmgrCommit().
This function has been a no-op for over a decade. Even if bufmgrregains a need to be called during commit, it seems unlikely thatthe most appropriate call points would be precisely here, so it's notdoing us much good as a placeholder either. Now, removing it probablydoesn't save any noticeable number of cycles --- but the main call isinside the commit critical section, and the less work done there thebetter.Matthias van de MeentDiscussion:https://postgr.es/m/CAEze2Wi1=tLKbxZnXzcD+8fYKyKqBtivVakLQC_mYBsP4Y8qVA@mail.gmail.com1 parent7081ac4 commit58c9600
3 files changed
+3
-20
lines changedLines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1373 | 1373 |
| |
1374 | 1374 |
| |
1375 | 1375 |
| |
1376 |
| - | |
1377 |
| - | |
1378 |
| - | |
1379 |
| - | |
1380 |
| - | |
1381 |
| - | |
1382 | 1376 |
| |
1383 | 1377 |
| |
1384 | 1378 |
| |
| |||
1400 | 1394 |
| |
1401 | 1395 |
| |
1402 | 1396 |
| |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1403 | 1400 |
| |
1404 | 1401 |
| |
1405 | 1402 |
| |
| |||
2536 | 2533 |
| |
2537 | 2534 |
| |
2538 | 2535 |
| |
2539 |
| - | |
2540 |
| - | |
2541 |
| - | |
2542 | 2536 |
| |
2543 | 2537 |
| |
2544 | 2538 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2789 | 2789 |
| |
2790 | 2790 |
| |
2791 | 2791 |
| |
2792 |
| - | |
2793 |
| - | |
2794 |
| - | |
2795 |
| - | |
2796 |
| - | |
2797 |
| - | |
2798 |
| - | |
2799 |
| - | |
2800 |
| - | |
2801 |
| - | |
2802 | 2792 |
| |
2803 | 2793 |
| |
2804 | 2794 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
186 | 185 |
| |
187 | 186 |
| |
188 | 187 |
| |
|
0 commit comments
Comments
(0)