pgsql: Add missing pthread_barrier_t.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing pthread_barrier_t.
Date: 2021-03-10 04:52:01
Message-ID: E1lJqpF-00064h-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing pthread_barrier_t.

Supply a simple implementation of the missing pthread_barrier_t type and
functions, for macOS.

Discussion: https://postgr.es/m/20200227180100.zyvjwzcpiokfsqm2%40alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44bf3d5083e151d772c5d6f656e3e162f573dced

Modified Files
--------------
configure | 69 +++++++++++++++++++++++++++++++++++
configure.ac | 2 +
src/include/pg_config.h.in | 3 ++
src/include/port/pg_pthread.h | 41 +++++++++++++++++++++
src/port/pthread_barrier_wait.c | 79 ++++++++++++++++++++++++++++++++++++++++
src/tools/msvc/Solution.pm | 1 +
src/tools/pgindent/typedefs.list | 1 +
7 files changed, 196 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-03-10 05:55:05 pgsql: Move tablespace path re-creation from the makefiles to pg_regres
Previous Message Amit Kapila 2021-03-10 04:43:14 pgsql: Fix valgrind issue in commit 05c8482f7f.