On Mon, Oct 16, 2017 at 2:56 PM, Amit Langote <[email protected]> wrote: > On 2017/10/14 4:32, Robert Haas wrote: >> On Fri, Oct 13, 2017 at 12:38 PM, Alvaro Herrera >> <[email protected]> wrote: >>> The relkind check in DefineIndex has grown into an ugly rats nest of >>> 'if' statements. I propose to change it into a switch, as per the >>> attached. >> >> wfm > > +1
+1. There is as well CreateTrigger(), analyze_rel() or ATRewriteCatalogs() that do similar things but those are not using multiple layers of checks. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
