]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Exclude contrib/pg_plan_advice/pgpa_parser.h from headerscheck.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Mar 2026 17:10:14 +0000 (13:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Mar 2026 17:10:22 +0000 (13:10 -0400)
commit8df3c7a85ec24d1598f7a3bf77458b453ee6e6fb
tree6b9704e59c52b09484fb058ae1fd950d0201f4d5
parentb71bf3b8457027c445b5b3aa4914daa7e6718cf4
Exclude contrib/pg_plan_advice/pgpa_parser.h from headerscheck.

Like other Bison-written headers, it's not worth the trouble to
make this compilable standalone.  (We might revisit this someday,
if we ever move up our minimum required Bison version.)
src/tools/pginclude/headerscheck