]> granicus.if.org Git - postgresql/commit
Do not build psql's flex module on its own, but instead include it in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Nov 2009 23:12:13 +0000 (23:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Nov 2009 23:12:13 +0000 (23:12 +0000)
commit90bfe99963aaf22830c4a9b989c525858bf7ff46
tree098dd026cb555ecfe54513103b4082e8044f9ad7
parent21e3edd6cac14f121867f4f9578db34eba7b2492
Do not build psql's flex module on its own, but instead include it in
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.
src/bin/psql/Makefile
src/bin/psql/mainloop.c