Re: pg_walinspect: fix LSN validation messages and empty range handling - Mailing list pgsql-hackers

From Kiran Kaki
Subject Re: pg_walinspect: fix LSN validation messages and empty range handling
Date
Msg-id CAD0dvCSshf7=JwV7WXdO=+=7mEYUaqQyQ6mmwrmxVm+_JnU+=Q@mail.gmail.com
Whole thread
In response to Re: pg_walinspect: fix LSN validation messages and empty range handling  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: pg_walinspect: fix LSN validation messages and empty range handling
List pgsql-hackers
Hi Chao

>
> PFA v5:
>
> * 0001: only added Surya as a reviewed in the commit message
> * 0002: addressed Surya’s review comments
>

Thanks for addressing the review comments . All four issues are fixed in v5.

Reviewed and tested on master (d39fda1cc4):

- Both patches apply cleanly.
- Build succeeds.
- pg_walinspect tests pass.
- psql tests pass.
- Core regression tests pass.
- Manually verified: ERROR: skip WAL location (LSN 0/00012345) must be
greater than or equal to origin LSN 0/00012346

Looks ready for a committer.

Regards,
Kiran Kaki



pgsql-hackers by date:

Previous
From: Sehrope Sarkuni
Date:
Subject: Re: Speed up lpad() and rpad() for one-byte padding strings
Next
From: Chao Li
Date:
Subject: Re: Adding a range check on the sequence index from the publisher.