Skip to content
  • Andres Freund's avatar
    66e620d0
    Fix VPATH builds of the replication parser from git for some !gcc compilers. · 66e620d0
    Andres Freund authored
    Some compilers don't automatically search the current directory for
    included files. 9cc2c182 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.
    66e620d0
    Fix VPATH builds of the replication parser from git for some !gcc compilers.
    Andres Freund authored
    Some compilers don't automatically search the current directory for
    included files. 9cc2c182 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.
Loading