pgsql: Don't use double-quotes in #include's of system headers.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use double-quotes in #include's of system headers.
Date: 2025-04-27 00:30:52
Message-ID: E1u8pv1-001xBa-2a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use double-quotes in #include's of system headers.

While few if any C compilers will complain about this, it's
inconsistent with our other #include's of the same headers.

There are some other questionable usages in
src/include/jit/SectionMemoryManager.h and
src/pl/plperl/plperl_system.h, but perhaps those have a
reason to be like that. I can't see that these do.

Noticed while fooling around with a script to do analysis
of our header cross-inclusions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e8ca9ed1d260e214f02f7f5464f125fe86e55597

Modified Files
--------------
src/include/storage/pmsignal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Mark Dilger 2025-04-27 02:38:51 Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Previous Message David Rowley 2025-04-26 23:53:59 pgsql: Eliminate divide in new fast-path locking code