pgsql: Don't include latch.h in libpq/libpq.h - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Don't include latch.h in libpq/libpq.h
Date
Msg-id E1vveos-001HLe-1w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't include latch.h in libpq/libpq.h

This reduces the inclusion footprint of latch.h a bit.

Per suggestion from Andres Freund.

Discussion: https://postgr.es/m/pap7mzhcxvuwlfdebjkh646ntyk4brtwm4dbocfpllwdccta5t@w3d7wz6mjpwv

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b9b620d8fc764bda2b580dc7e654f6505934480

Modified Files
--------------
src/backend/libpq/be-secure-gssapi.c | 1 +
src/backend/libpq/be-secure.c        | 1 +
src/backend/libpq/pqcomm.c           | 1 +
src/include/libpq/libpq.h            | 5 ++++-
4 files changed, 7 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: instrumentation: Rename INSTR_TIME_LT macro to INSTR_TIME_GT
Next
From: Tom Lane
Date:
Subject: pgsql: Use CXXFLAGS instead of CFLAGS for linking C++ code