pgsql: Make pg_bsd_indent's .h files inclusion-order-safe.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make pg_bsd_indent's .h files inclusion-order-safe.
Date: 2023-02-12 18:06:55
Message-ID: E1pRGkY-000mgl-AI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make pg_bsd_indent's .h files inclusion-order-safe.

As-is, they failed headerscheck. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ded4a5a3de1e8d5f3ec50efd4a2d7a39d2550a6

Modified Files
--------------
src/tools/pg_bsd_indent/indent.h | 2 ++
1 file changed, 2 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-02-12 20:12:55 Re: pgsql: Make pg_bsd_indent's .h files inclusion-order-safe.
Previous Message Tom Lane 2023-02-12 17:51:02 pgsql: Avoid dereferencing an undefined pointer in DecodeInterval().