Re: remove useless returns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: remove useless returns
Date: 2019-11-28 15:26:15
Message-ID: 32661.1574954775@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> Here's a silly insomnia-inspired little patch that removes useless
> "return;" lines from some routines.

+1, I always thought that was poor style.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2019-11-28 16:08:57 Re: Yet another vectorized engine
Previous Message Andy Fan 2019-11-28 15:21:17 Re: Planner chose a much slower plan in hashjoin, using a large table as the inner table.