]> granicus.if.org Git - postgresql/commit
Fix VPATH builds of the replication parser from git for some !gcc compilers.
authorAndres Freund <andres@anarazel.de>
Thu, 25 Sep 2014 13:22:26 +0000 (15:22 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 25 Sep 2014 13:23:17 +0000 (15:23 +0200)
commita8acf4d001549e7ff65def6ef1c1c61d77566e7a
tree4d7ab213d28bda32f37868abb397e288b5e5a118
parentbbfdf5d75cd88522a3258ea7ec8d25cd51c35180
Fix VPATH builds of the replication parser from git for some !gcc compilers.

Some compilers don't automatically search the current directory for
included files. 9cc2c182fc2 fixed that for builds from tarballs by
adding an include to the source directory. But that doesn't work when
the scanner is generated in the VPATH directory. Use the same search
path as the other parsers in the tree.

One compiler that definitely was affected is solaris' sun cc.

Backpatch to 9.1 which introduced using an actual parser for
replication commands.
src/backend/replication/Makefile