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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Return a value from Install.pm's lcopy function
Дата
Msg-id E1fNP4i-0003n4-Ss@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: mark 'replaceable' parameter for backup program listing
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Initialize new jsonb iterator to zero