forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitade24da
committed
Document XLOG_INCLUDE_XID a little better
I noticed that commit0bead9a left this flag undocumented inXLogSetRecordFlags, which led me to discover that the flag doesn'tactually do what the one comment on it said it does. Improve thesituation by adding some more comments.Backpatch to 14, where the aforementioned commit appears.Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m/202109212119.c3nhfp64t2ql@alvherre.pgsql1 parent43c1c4f commitade24da
File tree
3 files changed
+6
-3
lines changed- src
- backend/access/transam
- include/access
3 files changed
+6
-3
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
| 412 | + | |
| 413 | + | |
412 | 414 |
| |
413 | 415 |
| |
414 | 416 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
219 |
| - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
|
0 commit comments
Comments
(0)