Re: pg_waldump stucks with options --follow or -f and --stats or -z
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-28T06:43:08Z
Lists: pgsql-hackers
Attachments
- v5-0001-pg_waldump-emit-stats-when-interrupted-with-SIGIN.patch (application/octet-stream) patch v5-0001
On Sun, Nov 28, 2021 at 9:50 AM Michael Paquier <michael@paquier.xyz> wrote: > v4 is just moving this paragraph in its correct subsection. My > wording may have been confusing here, sorry about that. What I meant > is that there is no need to mention --follow at all, as an > interruption done before reaching the end LSN or the end of WAL would > still print out the stats accumulated up to the interrupted point. Thanks. Here's the v5. Regards, Bharath Rupireddy.
Commits
-
pg_waldump: Emit stats summary when interrupted by SIGINT
- f2c52eeba919 15.0 landed