forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf020baa
committed
Rename LVRelState->frozen_pages
Rename frozen_pages to new_frozen_tuple_pages in LVRelState, the structused for tracking state during vacuuming of a heap relation.frozen_pages sounds like it tracks pages set all-frozen. That is amisnomer. It only includes pages with at least one newly frozen tuple.It also includes pages that are not all-frozen.Author: Melanie PlagemanReviewed-by: Andres Freund, Masahiko Sawada, Nitin Jadhav, Bilal YavuzDiscussion:https://postgr.es/m/ctdjzroezaxmiyah3gwbwm67defsrwj2b5fpfs4ku6msfpxeia%40mwjyqlhwr2wu1 parent21fb39c commitf020baa
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| |||
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 |
| - | |
| 699 | + | |
700 | 700 |
| |
701 |
| - | |
| 701 | + | |
| 702 | + | |
702 | 703 |
| |
703 | 704 |
| |
704 | 705 |
| |
| |||
1453 | 1454 |
| |
1454 | 1455 |
| |
1455 | 1456 |
| |
1456 |
| - | |
1457 |
| - | |
1458 |
| - | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1459 | 1461 |
| |
1460 |
| - | |
| 1462 | + | |
1461 | 1463 |
| |
1462 | 1464 |
| |
1463 | 1465 |
| |
|
0 commit comments
Comments
(0)