Re: pgsql: Teach contrib/amcheck to check the unique constraint violation

2023-10-30 Thread Michael Paquier
On Mon, Oct 30, 2023 at 02:52:55PM -0400, Bruce Momjian wrote: > Thanks, ran pgindent fix commits de64268561 and 5ae2087202a. Thanks, Bruce. Note that this is a two-step process. Commits done to fix indentation should also be added to .git-blame-ignore-revs. The file has intructions about how t

Re: pgsql: Teach contrib/amcheck to check the unique constraint violation

2023-10-30 Thread Michael Paquier
On Mon, Oct 30, 2023 at 10:35:40AM +0200, Alexander Korotkov wrote: > Fixed, thank you for catching it! Thanks. Note that this is a two-step process, though. Commits done to fix indentation should also be added to .git-blame-ignore-revs. The file has intructions about how to do it. -- Michael

Re: pgsql: Teach contrib/amcheck to check the unique constraint violation

2023-10-30 Thread Bruce Momjian
On Mon, Oct 30, 2023 at 04:17:52PM +0900, Michael Paquier wrote: > Hi Alexander, > > On Fri, Oct 27, 2023 at 09:21:50PM +, Alexander Korotkov wrote: > > Teach contrib/amcheck to check the unique constraint violation > > > > Add the 'checkunique' argument to bt_index_check() and > > bt_index_

Re: pgsql: Teach contrib/amcheck to check the unique constraint violation

2023-10-30 Thread Alexander Korotkov
On Mon, Oct 30, 2023 at 9:18 AM Michael Paquier wrote: > On Fri, Oct 27, 2023 at 09:21:50PM +, Alexander Korotkov wrote: > > Teach contrib/amcheck to check the unique constraint violation > > > > Add the 'checkunique' argument to bt_index_check() and > > bt_index_parent_check(). > > When the

Re: pgsql: Teach contrib/amcheck to check the unique constraint violation

2023-10-30 Thread Michael Paquier
Hi Alexander, On Fri, Oct 27, 2023 at 09:21:50PM +, Alexander Korotkov wrote: > Teach contrib/amcheck to check the unique constraint violation > > Add the 'checkunique' argument to bt_index_check() and > bt_index_parent_check(). > When the flag is specified the procedures will check the uniq