- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit2effb72
committed
Remove obsolete cases from GiST update redo code.
The code that generated a record to clear the F_TUPLES_DELETED flag hasn'texisted since we got rid of old-style VACUUM FULL. I kept the code that setsthe flag, although it's not used for anything anymore, because it mightstill be interesting information for debugging purposes that some tupleshave been deleted from a page.Likewise, the code to turn the root page from non-leaf to leaf page wasremoved when we got rid of old-style VACUUM FULL. Remove the code to replaythat action, too.1 parentd6e37b3 commit2effb72
2 files changed
+0
-22
lines changedLines changed: 0 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 | 128 |
| |
149 | 129 |
| |
150 | 130 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
151 |
| - | |
152 | 150 |
| |
153 | 151 |
| |
154 | 152 |
| |
|
0 commit comments
Comments
(0)