Re: Remove unnecessary includes of system headers in header files - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Remove unnecessary includes of system headers in header files
Date
Msg-id 746c9b76-f1bf-4d51-8a28-2261c0c2e25d@eisentraut.org
Whole thread Raw
In response to RE: Remove unnecessary includes of system headers in header files  ("Shubham.Khanna@fujitsu.com" <Shubham.Khanna@fujitsu.com>)
List pgsql-hackers
On 01.12.23 11:51, Shubham.Khanna@fujitsu.com wrote:
> Hi Peter,
> 
> I have reviewed the patches and also RUN the command, 'make check-world'. It is working fine. All test cases are
passedsuccessfully.
 

committed

> 
> Thanks and Regards,
> Shubham Khanna.
> 
> -----Original Message-----
> From: Peter Eisentraut <peter@eisentraut.org>
> Sent: Friday, December 1, 2023 1:24 PM
> To: pgsql-hackers <pgsql-hackers@postgresql.org>
> Subject: Remove unnecessary includes of system headers in header files
> 
> I noticed that some header files included system header files for no apparent reason, so I did some digging and found
outthat in a few cases the original reason has disappeared.  So I propose the attached patches to remove the
unnecessaryincludes.
 




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Should REINDEX be listed under DDL?
Next
From: Michael Paquier
Date:
Subject: Re: Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places