forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit152a569
committed
Backport addition of rs_old_rel to rewriteheap's state.
Originally part ofb89e151, theintroduction of logical decoding, this is required to backport acommit introducing error checks defending against recent bugs.It's possible that extensions calls begin_heap_rewrite(), but it seemshighly unlikely. But if so, they'd break.Author: Andres FreundDiscussion:https://postgr.es/m/20171215010029.3dxx56vjlymudvwo@alap3.anarazel.de1 parentd5f767c commit152a569
File tree
3 files changed
+5
-3
lines changed- src
- backend
- access/heap
- commands
- include/access
3 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
| |||
187 | 188 |
| |
188 | 189 |
| |
189 | 190 |
| |
190 |
| - | |
| 191 | + | |
191 | 192 |
| |
192 | 193 |
| |
193 | 194 |
| |
| |||
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
| 214 | + | |
213 | 215 |
| |
214 | 216 |
| |
215 | 217 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments
Comments
(0)