Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries
Date
Msg-id 1348803.1624070561@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> This indentation is incorrect.

Yeah, I intentionally didn't reindent the code that's now inside
the inner if-block.  It would have made back-patching more painful
(because that chunk isn't identical across branches).  And I think
we're going to be rewriting that whole function in a little bit,
so I see no need to be very fussy about how pretty the intermediate
state is.  I just pushed that because I didn't want to ship beta2
with a known crasher bug.

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Support disabling index bypassing by VACUUM.