You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files. This hackworks around flex's insistence on including <stdio.h> before we areable to include postgres.h; postgres.h will already be read beforethe compiler starts to read the flex output file. Needed for largefilesupport on some platforms.