On Mon, Jul 25, 2011 at 7:18 AM, Tomas Vondra <tv@xxxxxxxx> wrote:
On 25 Červenec 2011, 11:39, Yan Chunlu wrote:AFAIK there's no way to find out which compiler was used to build
> I am using debian ant apt-get to install postgresql, dpkg list shows
> they are the same? is there anyway to tell what's version it is
> compiled from? thanks!
PostgreSQL binaries
You can do a strings on a binary file (eg, postmaster) and search for GCC in the output.
--
Mike Nolan