- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit660d5fb
committed
Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.
Since we're requiring pages handled by generic_xlog.c to be standardformat, specify REGBUF_STANDARD when doing a full-page image, so thatxloginsert.c can compress out the "hole" between pd_lower and pd_upper.Given the current API in which this path will be taken only for a newlyinitialized page, the hole is likely to be particularly large in suchcases, so that this oversight could easily be performance-significant.I don't notice any particular change in the runtime of contrib/bloom'sregression test, though.1 parent68689c6 commit660d5fb
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
| 353 | + | |
353 | 354 |
| |
354 | 355 |
| |
355 | 356 |
| |
|
0 commit comments
Comments
(0)