pgsql: Add a "return" statement to pacify perlcritic.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a "return" statement to pacify perlcritic.
Date: 2018-09-20 20:10:36
Message-ID: E1g35HY-0004s3-Fw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a "return" statement to pacify perlcritic.

Per buildfarm member crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1dba1b61c2fbe0164453963d51e7b0f6c49d8fca

Modified Files
--------------
src/backend/catalog/Catalog.pm | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-20 21:21:20 pgsql: Fix psql's tab completion for TABLE.
Previous Message Tom Lane 2018-09-20 20:06:25 pgsql: Add missing pg_description strings for pg_type entries.