Skip to content

Commit

Permalink
Add --save_records option to pg_waldump (#10626)
Browse files Browse the repository at this point in the history
## Problem

Make it possible to dump WAL records in format recognised by walredo
process.
Intended usage:

```
pg_waldump -R 1663/5/16396  -B 771727 000000010000000100000034 --save-records=/tmp/walredo.records
postgres --wal-redo < /tmp/walredo.records > /tmp/page.img
```

## Summary of changes

Related Postgres PRs:
neondatabase/postgres#575
neondatabase/postgres#572

---------

Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
  • Loading branch information
knizhnik and Konstantin Knizhnik authored Feb 10, 2025
1 parent b37f52f commit 0cf0119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vendor/revisions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"v17": [
"17.2",
"8dfd5a7030d3e8a98b60265ebe045788892ac7f3"
"4c45d78ad587e4bcb4a5a7ef6931b88c6a3d575d"
],
"v16": [
"16.6",
"86d9ea96ebb9088eac62f57f1f5ace68e70e0d1c"
"13cf5d06c98a8e9b0590ce6cdfd193a08d0a7792"
],
"v15": [
"15.10",
Expand Down

1 comment on commit 0cf0119

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7576 tests run: 7185 passed, 0 failed, 391 skipped (full report)


Flaky tests (2)

Postgres 16

Postgres 15

Code coverage* (full report)

  • functions: 33.2% (8582 of 25827 functions)
  • lines: 49.1% (72282 of 147282 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0cf0119 at 2025-02-10T18:08:41.221Z :recycle:

Please sign in to comment.