forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d672b7
committed
Issue properly WAL record for CID of first catalog tuple in multi-insert
Multi-insert for heap is not yet used actively for catalogs, but thecode to support this case is in place for logical decoding. Theexisting code forgot to issue a XLOG_HEAP2_NEW_CID record for the firsttuple inserted, leading to failures when attempting to use multipleinserts for catalogs at decoding time. This commit fixes the problem byWAL-logging the needed CID.This is not an active bug, so no back-patch is done.Author: Daniel GustafssonDiscussion:https://postgr.es/m/E0D4CC67-A1CF-4DF4-991D-B3AC2EB5FAE9@yesql.se1 parent3d47551 commit7d672b7
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2191 | 2191 |
| |
2192 | 2192 |
| |
2193 | 2193 |
| |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2194 | 2202 |
| |
2195 | 2203 |
| |
2196 | 2204 |
| |
|
0 commit comments
Comments
(0)