Re: pgsql: Add block information in error context of WAL REDO apply loop

2020-10-05 Thread Michael Paquier
On Mon, Oct 05, 2020 at 07:38:02PM -0700, Andres Freund wrote: > My compiler quite justifiably complains about: Thanks, fixed. -- Michael signature.asc Description: PGP signature

Re: pgsql: Add block information in error context of WAL REDO apply loop

2020-10-05 Thread Andres Freund
Hi, On 2020-10-02 00:41:12 +, Michael Paquier wrote: > Add block information in error context of WAL REDO apply loop > > Providing this information can be useful for example when diagnosing > problems related to recovery conflicts or for recovery issues without > having to go through the outp

pgsql: Add block information in error context of WAL REDO apply loop

2020-10-01 Thread Michael Paquier
Add block information in error context of WAL REDO apply loop Providing this information can be useful for example when diagnosing problems related to recovery conflicts or for recovery issues without having to go through the output generated by pg_waldump to get some information about the blocks