On 2026-Sep-14, [email protected] wrote: > Hi, hackers! > > I accidentially found that some headers in pg_stat_statements are redundant. > A small patch with removed headers is attached.
Hi, I'm not sure that this achieves a whole lot -- these headers you remove are indirectly included by some other header, so removing the direct inclusions has no practical effect. See the inclusion graph for that file here: https://doxygen.postgresql.org/pg__stat__statements_8c.html -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "Most hackers will be perfectly comfortable conceptualizing users as entropy sources, so let's move on." (Nathaniel Smith) https://mail.gnu.org/archive/html/monotone-devel/2007-01/msg00080.html
