1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-24 11:46:31 +02:00

Do not include pthread.h outside of thread.h

This commit is contained in:
Arthur Zakirov 2018-08-13 16:49:15 +03:00
parent c4069c7520
commit 4ebcea768c

View File

@ -14,7 +14,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <pthread.h>
#include "catalog/pg_control.h"
#include "utils/logger.h"