pgsql: Install wait_event_types.h in VPATH builds - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Install wait_event_types.h in VPATH builds
Date
Msg-id E1qtH81-001FRe-28@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Install wait_event_types.h in VPATH builds

An extra rule is needed in src/include/Makefile for VPATH builds to
install any generated server-side include files, and wait_event_types.h
was forgotten from the set.

Issue introduced by fa88928470b5.

Reported-by: Christoph Berg
Discussion: https://postgr.es/m/ZTAA11u7CtX6NqlK@msg.df7cb.de

Branch
------
master

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

Modified Files
--------------
src/include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes: fix spelling error
Next
From: Tom Lane
Date:
Subject: pgsql: Improve pglz_decompress's defenses against corrupt compressed da