- Notifications
You must be signed in to change notification settings - Fork5.1k
Commit138da72
committed
Improve description of some WAL records for GIN
The following information is added in the description of some GINrecords:- In INSERT_LISTPAGE, the number of tuples and the right link block.- In UPDATE_META_PAGE, the number of tuples, the previous tail block,and the right link block.- In SPLIT, the left and right children blocks.Author: Kirill Reshke <reshkekirill@gmail.com>Reviewed-by: Michael Paquier <michael@paquier.xyz>Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>Discussion:https://postgr.es/m/CALdSSPgnAt5L=D_xGXRXLYO5FK1H31_eYEESxdU1n-r4g+6GqA@mail.gmail.com1 parentb71bae4 commit138da72
1 file changed
+22
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
| |||
150 | 153 |
| |
151 | 154 |
| |
152 | 155 |
| |
153 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
154 | 167 |
| |
155 | 168 |
| |
156 |
| - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
157 | 177 |
| |
158 | 178 |
| |
159 | 179 |
| |
|
0 commit comments
Comments
(0)