pgsql: Fix error handling in replacement pthread_barrier_init().

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix error handling in replacement pthread_barrier_init().
Дата
Msg-id E1lnrOn-0001Qw-GO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error handling in replacement pthread_barrier_init().

Commit 44bf3d50 incorrectly used an errno-style interface when supplying
missing pthread functionality (i.e. on macOS), but it should check for
and return error numbers directly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a40646e30d85e51a76fb620822d4d921b6802157

Modified Files
--------------
src/port/pthread_barrier_wait.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix RADIUS error reporting in hba file parsing
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add fallback implementation for setenv()