pgsql: Return a value from Install.pm's lcopy function

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Return a value from Install.pm's lcopy function
Date: 2018-05-28 20:49:04
Message-ID: E1fNP4i-0003n4-Ss@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Return a value from Install.pm's lcopy function

Commit 3a7cc727c was a little over eager about adding an explicit return
to this function, whose value is checked in most call sites. This change
reverses that and returns the expected value explicitly. It also adds a
check to the one call site lacking one.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01deec5f8ae64b5120cc8c93d54fe0e19e477b02

Modified Files
--------------
src/tools/msvc/Install.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-05-29 04:30:48 pgsql: Initialize new jsonb iterator to zero
Previous Message Bruce Momjian 2018-05-28 18:19:58 pgsql: doc: mark 'replaceable' parameter for backup program listing