pgsql: Return a value from Install.pm's lcopy function - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Return a value from Install.pm's lcopy function
Date
Msg-id E1fNP4i-0003n4-Ss@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: mark 'replaceable' parameter for backup program listing
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Initialize new jsonb iterator to zero