Re: Add support for ALTER INDEX .. ALTER [COLUMN] col_num {SET, RESET}

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Subject: Re: Add support for ALTER INDEX .. ALTER [COLUMN] col_num {SET, RESET}
Date: 2021-10-30 00:48:59
Message-ID: YXyWe3Z0dsKCz8iC@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 29, 2021 at 06:23:34PM +0000, Bossart, Nathan wrote:
> This is my concern as well. I remember seeing some weird errors in
> the thread that led to fdd8857, and I was able to reproduce it with
> this new patch. If you apply the following patch for the hstore test,
> it will begin failing.

Indeed, thanks. That's the kind of things I was trying with other
opclasses, actually. Missed this one.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Burke 2021-10-30 03:10:08 Add additional information to src/test/ssl/README
Previous Message Michael Paquier 2021-10-30 00:45:50 Re: Add support for ALTER INDEX .. ALTER [COLUMN] col_num {SET,RESET}