Re: Regarding the order of the header file includes

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Richard Guo <guofenglinux(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regarding the order of the header file includes
Date: 2024-03-13 14:07:55
Message-ID: 403eb886-204a-460b-a993-1c18ef53e5a9@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12.03.24 12:47, Richard Guo wrote:
>
> On Wed, Mar 6, 2024 at 5:32 PM Richard Guo <guofenglinux(at)gmail(dot)com
> <mailto:guofenglinux(at)gmail(dot)com>> wrote:
>
> Please note that this patch only addresses the order of header file
> includes in backend modules (and might not be thorough).  It is possible
> that other modules may have a similar issue, but I have not evaluated
> them yet.
>
>
> Attached is v2, which also includes the 0002 patch that addresses the
> order of header file includes in non-backend modules.

committed (as one patch)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2024-03-13 14:12:05 Re: MERGE ... RETURNING
Previous Message Bharath Rupireddy 2024-03-13 14:02:37 Re: Add new error_action COPY ON_ERROR "log"