Re: Regarding the order of the header file includes
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-03-12T11:47:01Z
Lists: pgsql-hackers
Attachments
- v2-0001-Make-the-order-of-the-header-file-includes-consistent-in-backend-modules.patch (application/octet-stream) patch v2-0001
- v2-0002-Make-the-order-of-the-header-file-includes-consistent-in-non-backend-modules.patch (application/octet-stream) patch v2-0002
On Wed, Mar 6, 2024 at 5:32 PM Richard Guo <guofenglinux@gmail.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. Thanks Richard
Commits
-
Make the order of the header file includes consistent
- 97d85be36544 17.0 landed