forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc8b733c
committed
Improve description of some WAL records with transaction commands
This commit improves the description of some WAL records for theTransaction RMGR:- Track remote_apply for a transaction commit. This GUC isuser-settable, so this information can be useful for debugging.- Add replication origin information for PREPARE TRANSACTION, with theorigin ID, LSN and timestamp- Same as above, for ROLLBACK PREPARED.This impacts the format of pg_waldump or anything using thesedescription routines, so no backpatch is done.Author: Masahiko Sawada, Michael PaquierDiscussion:https://postgr.es/m/CAD21AoD2dJfgsdxk4_KciAZMZQoUiCvmV9sDpp8ZuKLtKCNXaA@mail.gmail.com1 parent07eee5a commitc8b733c
1 file changed
+28
-4
lines changedLines changed: 28 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
299 | 300 |
| |
300 | 301 |
| |
301 | 302 |
| |
| 303 | + | |
| 304 | + | |
| 305 | + | |
302 | 306 |
| |
303 | 307 |
| |
304 | 308 |
| |
| |||
312 | 316 |
| |
313 | 317 |
| |
314 | 318 |
| |
315 |
| - | |
| 319 | + | |
316 | 320 |
| |
317 | 321 |
| |
318 | 322 |
| |
| |||
326 | 330 |
| |
327 | 331 |
| |
328 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
329 | 341 |
| |
330 | 342 |
| |
331 | 343 |
| |
332 |
| - | |
| 344 | + | |
333 | 345 |
| |
334 | 346 |
| |
335 | 347 |
| |
| |||
345 | 357 |
| |
346 | 358 |
| |
347 | 359 |
| |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
348 | 370 |
| |
349 | 371 |
| |
350 | 372 |
| |
| |||
375 | 397 |
| |
376 | 398 |
| |
377 | 399 |
| |
378 |
| - | |
| 400 | + | |
| 401 | + | |
379 | 402 |
| |
380 | 403 |
| |
381 | 404 |
| |
382 | 405 |
| |
383 | 406 |
| |
384 |
| - | |
| 407 | + | |
| 408 | + | |
385 | 409 |
| |
386 | 410 |
| |
387 | 411 |
| |
|
0 commit comments
Comments
(0)