Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix the same-rel optimization when creating WAL records. prev_regbuf was never set, and therefore the same-rel flag was never set on WAL records. Report and fix by Zhanq Zq
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xloginsert.c | modified | +1 −1 |