pgsql: Install wait_event_types.h in VPATH builds

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Install wait_event_types.h in VPATH builds
Date: 2023-10-19 00:43:09
Message-ID: E1qtH81-001FRe-28@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-10-19 00:43:43 pgsql: Improve pglz_decompress's defenses against corrupt compressed da
Previous Message Michael Paquier 2023-10-18 23:45:18 Re: pgsql: Generate automatically code and documentation related to wait ev