RE: Remove unnecessary includes of system headers in header files

From: "Shubham(dot)Khanna(at)fujitsu(dot)com" <Shubham(dot)Khanna(at)fujitsu(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Remove unnecessary includes of system headers in header files
Date: 2023-12-01 10:51:39
Message-ID: TYCPR01MB119123A9ED9BD028EF16A86B69281A@TYCPR01MB11912.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Peter,

I have reviewed the patches and also RUN the command, 'make check-world'. It is working fine. All test cases are passed successfully.

Thanks and Regards,
Shubham Khanna.

-----Original Message-----
From: Peter Eisentraut <peter(at)eisentraut(dot)org>
Sent: Friday, December 1, 2023 1:24 PM
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)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 out that in a few cases the original reason has disappeared. So I propose the attached patches to remove the unnecessary includes.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-12-01 10:57:04 Re: Synchronizing slots from primary to standby
Previous Message shveta malik 2023-12-01 10:44:07 Re: Synchronizing slots from primary to standby