• T
    Do not build psql's flex module on its own, but instead include it in · 3b0d57eb
    Tom Lane 提交于
    mainloop.c.  This ensures that postgres_fe.h is read before including
    any system headers, which is necessary to avoid problems on some platforms
    where we make nondefault selections of feature macros for stdio.h or
    other headers.  We have had this policy for flex modules in the backend
    for many years, but for some reason it was not applied to psql.
    Per trouble report from Alexandra Roy and diagnosis by Albe Laurenz.
    3b0d57eb
Makefile 2.2 KB