Add missing pthread_barrier_t.
Thomas Munro <tmunro@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +69 −0 |
| configure.ac | modified | +2 −0 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/port/pg_pthread.h | added | +41 −0 |
| src/port/pthread_barrier_wait.c | added | +79 −0 |
| src/tools/msvc/Solution.pm | modified | +1 −0 |
| src/tools/pgindent/typedefs.list | modified | +1 −0 |
Discussion
- pgbench: option delaying queries till connections establishment? 54 messages · 2020-02-27 → 2023-07-03