Commit 975ad4e
File tree
Expand file treeCollapse file tree
5 files changed
+60
-18
lines changedFilter options
- src
- backend
- access/brin
- storage/page
- include/storage
Expand file treeCollapse file tree
5 files changed
+60
-18
lines changedsrc/backend/access/brin/brin_pageops.c
Copy file name to clipboardExpand all lines: src/backend/access/brin/brin_pageops.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
183 |
| - |
| 182 | + |
| 183 | + |
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
|
src/backend/access/brin/brin_revmap.c
Copy file name to clipboardExpand all lines: src/backend/access/brin/brin_revmap.c+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
275 | 279 |
|
276 | 280 |
|
277 | 281 |
|
|
src/backend/access/brin/brin_xlog.c
Copy file name to clipboardExpand all lines: src/backend/access/brin/brin_xlog.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
| 196 | + |
| 197 | + |
197 | 198 |
|
198 | 199 |
|
199 | 200 |
|
|
src/backend/storage/page/bufpage.c
Copy file name to clipboardExpand all lines: src/backend/storage/page/bufpage.c+47-15Lines changed: 47 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 |
| - |
159 |
| - |
| 158 | + |
| 159 | + |
| 160 | + |
160 | 161 |
|
161 |
| - |
| 162 | + |
162 | 163 |
|
163 | 164 |
|
164 | 165 |
|
| ||
167 | 168 |
|
168 | 169 |
|
169 | 170 |
|
170 |
| - |
| 171 | + |
171 | 172 |
|
172 | 173 |
|
| 174 | + |
| 175 | + |
| 176 | + |
173 | 177 |
|
174 | 178 |
|
175 | 179 |
|
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
182 | 185 |
|
183 | 186 |
|
184 | 187 |
|
| ||
209 | 212 |
|
210 | 213 |
|
211 | 214 |
|
212 |
| - |
| 215 | + |
213 | 216 |
|
214 | 217 |
|
215 | 218 |
|
| ||
257 | 260 |
|
258 | 261 |
|
259 | 262 |
|
260 |
| - |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
261 | 268 |
|
262 | 269 |
|
263 | 270 |
|
264 | 271 |
|
265 | 272 |
|
266 |
| - |
| 273 | + |
| 274 | + |
267 | 275 |
|
268 | 276 |
|
269 | 277 |
|
| ||
275 | 283 |
|
276 | 284 |
|
277 | 285 |
|
278 |
| - |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
279 | 290 |
|
280 | 291 |
|
281 | 292 |
|
| ||
323 | 334 |
|
324 | 335 |
|
325 | 336 |
|
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
326 | 358 |
|
327 | 359 |
|
328 | 360 |
|
|
src/include/storage/bufpage.h
Copy file name to clipboardExpand all lines: src/include/storage/bufpage.h+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
| 410 | + |
| 411 | + |
| 412 | + |
410 | 413 |
|
411 | 414 |
|
412 | 415 |
|
413 | 416 |
|
414 | 417 |
|
| 418 | + |
| 419 | + |
415 | 420 |
|
416 | 421 |
|
417 | 422 |
|
|
0 commit comments