pgsql: Replace use of "diff -q".

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Replace use of "diff -q".
Дата
Msg-id E1ZCzyp-0008RD-9A@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Replace use of "diff -q".

POSIX does not specify the -q option, and many implementations do not
offer it.  Don't bother changing the MSVC build system, because having
non-GNU diff on Windows is vanishingly unlikely.  Back-patch to 9.2,
where this invocation was introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8ed6e70ace8e8d2f0747c16a796a21147ffaf404

Modified Files
--------------
src/bin/pg_upgrade/test.sh |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix null pointer dereference in "\c" psql command.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix null pointer dereference in "\c" psql command.