diff options
author | Noah Misch <noah@leadboat.com> | 2021-04-12 19:24:41 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2021-04-12 19:27:31 -0700 |
commit | c8da16ba17eab30c21e87ed804f8ed613428313e (patch) | |
tree | 87c2f7ebd2c3f89a3ca76183b4e6b09b98a9ba62 /src/backend/commands/variable.c | |
parent | 4a3de4092b2f5b53d325f53f1307d21e24bb922a (diff) | |
download | postgresql-c8da16ba17eab30c21e87ed804f8ed613428313e.tar.gz postgresql-c8da16ba17eab30c21e87ed804f8ed613428313e.zip |
Use "-I." in directories holding Bison parsers, for Oracle compilers.
With the Oracle Developer Studio 12.6 compiler, #line directives alter
the current source file location for purposes of #include "..."
directives. Hence, a VPATH build failed with 'cannot find include file:
"specscanner.c"'. With two exceptions, parser-containing directories
already add "-I. -I$(srcdir)"; eliminate the exceptions. Back-patch to
9.6 (all supported versions).
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions