Re: Remove unnecessary includes of system headers in header files

2023-12-03 Thread Peter Eisentraut
rom: Peter Eisentraut Sent: Friday, December 1, 2023 1:24 PM To: pgsql-hackers 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 origin

Re: Remove unnecessary includes of system headers in header files

2023-12-02 Thread Peter Eisentraut
On 01.12.23 17:41, Tom Lane wrote: Peter Eisentraut writes: 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 unneces

Re: Remove unnecessary includes of system headers in header files

2023-12-01 Thread Tom Lane
Peter Eisentraut writes: > 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. Seems gener

RE: Remove unnecessary includes of system headers in header files

2023-12-01 Thread shubham.kha...@fujitsu.com
ql-hackers 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 unnecessary includes of system headers in header files

2023-11-30 Thread Peter Eisentraut
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.From 535c69e62f1ed3db27ea6d39d304ebfcf0f12a29 M