- Notifications
You must be signed in to change notification settings - Fork5.1k
Commit7072a88
committed
Remove block information from description of some WAL records for GIN
The WAL records XLOG_GIN_INSERT and XLOG_GIN_VACUUM_DATA_LEAF_PAGEincluded some information about the blocks added to the record.This information is already provided by XLogRecGetBlockRefInfo() withmuch more details about the blocks included in each record, like thecompression information, for example. This commit removes the blockinformation that existed in the record descriptions specific to GIN.Author: Kirill Reshke <reshkekirill@gmail.com>Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>Discussion:https://postgr.es/m/CALdSSPgk=9WRoXhZy5fdk+T1hiau7qbL_vn94w_L1N=gtEdbsg@mail.gmail.com1 parenta5b5432 commit7072a88
1 file changed
+2
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 102 | + | |
110 | 103 |
| |
111 | 104 |
| |
112 | 105 |
| |
| |||
144 | 137 |
| |
145 | 138 |
| |
146 | 139 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
| 140 | + | |
155 | 141 |
| |
156 | 142 |
| |
157 | 143 |
| |
|
0 commit comments
Comments
(0)