Re: PATCH: Report libpq version and configuration

From: Abhijit Menon-Sen <ams(at)toroid(dot)org>
To: Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PATCH: Report libpq version and configuration
Date: 2020-10-26 16:55:02
Message-ID: 20201026165502.GA1024527@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2020-10-26 20:56:57 +0800, craig(dot)ringer(at)enterprisedb(dot)com wrote:
>
> $ ./build/src/interfaces/libpq/libpq.so
> VERSION_NUM: 140000
> VERSION: PostgreSQL 14devel on x86_64-pc-linux-gnu, compiled by gcc (GCC)
> 10.2.1 20200723 (Red Hat 10.2.1-1), 64-bit
> CONFIGURE_ARGS: '--cache-file=config.cache-'
> '--prefix=/home/craig/pg/master' '--enable-debug' '--enable-cassert'
> '--enable-tap-tests' '--enable-dtrace' 'CC=/usr/lib64/ccache/gcc'
> 'CFLAGS=-Og -ggdb3' 'CPPFLAGS=' 'CPP=/usr/lib64/ccache/gcc -E'
> USE_SSL: 0
> ENABLE_GSS: 0
> ENABLE_THREAD_SAFETY: 1
> HAVE_UNIX_SOCKETS: 1
> DEFAULT_PGSOCKET_DIR: /tmp
> DEF_PGPORT: 5432

This is excellent.

-- Abhijit

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-10-26 16:56:40 Re: PATCH: Report libpq version and configuration
Previous Message Alvaro Herrera 2020-10-26 16:41:46 Re: PATCH: Report libpq version and configuration