remove useless returns - Mailing list pgsql-hackers

From Alvaro Herrera
Subject remove useless returns
Date
Msg-id 20191128144653.GA27883@alvherre.pgsql
Whole thread Raw
Responses Re: remove useless returns  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Here's a silly insomnia-inspired little patch that removes useless
"return;" lines from some routines.  (I left some alone, because they
seemed to be there more for documentation purposes, such as the ones in
from_char_set_mode and from_char_set_int; also regcomp.c since the
pedigree there is unclear.)

This seems pretty uncontroversial, so I'm not thinking of waiting over
the US holidays to get opinions about it ...

-- 
Álvaro Herrera                PostgreSQL Expert, https://www.2ndQuadrant.com/

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Option to dump foreign data in pg_dump
Next
From: Alvaro Herrera
Date:
Subject: Re: FETCH FIRST clause WITH TIES option