Re: Unintended interaction between bottom-up deletion and deduplication's single value strategy

Peter Geoghegan <pg@bowt.ie>

From: Peter Geoghegan <pg@bowt.ie>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-22T02:02:03Z
Lists: pgsql-hackers
On Sun, Sep 19, 2021 at 7:47 PM Peter Geoghegan <pg@bowt.ie> wrote:
> Attached patch fixes the bug by slightly narrowing the conditions
> under which we'll consider if we should apply deduplication's single
> value strategy.

Pushed this fix a moment ago.

-- 
Peter Geoghegan



Commits

  1. Fix "single value strategy" index deletion issue.