pgsql: Remove obsolete ifdefs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove obsolete ifdefs
Дата
Msg-id E1kVDBN-0000sD-FO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete ifdefs

Commit 8dace66e0735ca39b779922d02c24ea2686e6521 added #ifdefs for a
number of errno symbols because they were not present on Windows.
Later, commit 125ad539a275db5ab8f4647828b80a16d02eabd2 added
replacement #defines for some of those symbols.  So some of the
changes from the first commit are made dead code by the second commit
and can now be removed.

Discussion: https://www.postgresql.org/message-id/flat/6dee8574-b0ad-fc49-9c8c-2edc796f0033@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/555eb1a4f0114e1c4017093fe840045dde1ed9ea

Modified Files
--------------
src/port/strerror.c | 10 ----------
1 file changed, 10 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix -Wcast-function-type warnings on Windows/MinGW
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove the option to build thread_test.c outside configure.