• Tom Lane's avatar
    Arrange to compile flex output files as inclusions into other files · cab9437a
    Tom Lane authored
    (usually bison output files), not as standalone files.  This hack
    works around flex's insistence on including <stdio.h> before we are
    able to include postgres.h; postgres.h will already be read before
    the compiler starts to read the flex output file.  Needed for largefile
    support on some platforms.
    cab9437a
query.c 15.8 KB