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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e8ca9ed1d260e214f02f7f5464f125fe86e55597
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-04-27T00:30:27Z
Releases: 18.0
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.

Files

PathChange+/−
src/include/storage/pmsignal.h modified +2 −2