forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita243c55
committed
Cleanup comments in xlog compression
Skipping over the "hole" in full page images in the XLOG code wasdescribed as being a form of compression, but this got a bit confusingsince we now have PGLZ-based compression happening, so adjust thewording to discuss "removing" the "hole" and keeping the talk aboutcompression to where we're talking about using PGLZ-based compression ofthe full page images.Reviewed-By: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20181127234341.GM3415@tamriel.snowman.net1 parent228b048 commita243c55
File tree
2 files changed
+8
-9
lines changed- src
- backend/access/transam
- include/access
2 files changed
+8
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
608 |
| - | |
| 608 | + | |
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
|
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
116 | 115 |
| |
117 |
| - | |
118 |
| - | |
| 116 | + | |
| 117 | + | |
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
|
0 commit comments
Comments
(0)