Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ecpg: Don't link compatlib with libpq
It doesn't actually use libpq. But we need to keep libpq in the CPPFLAGS for building, because compatlib uses ecpglib.h which uses libpq-fe.h, but we don't need to refer to libpq for linking. reviewed by Tom Lane
- Loading branch information