pgsql: pg_regress: Add application name setting

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_regress: Add application name setting
Date: 2012-02-21 14:46:48
Message-ID: E1RzqzQ-0001Av-TX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_regress: Add application name setting

Set the PGAPPNAME environment variable in pg_regress so that it
identifies itself as such instead of "psql".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/95ca2859f45171c345d427991c1f319b5e77cc6c

Modified Files
--------------
src/test/regress/pg_regress.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-02-21 16:04:57 pgsql: Fix typo, noticed by Will Crawford.
Previous Message Tom Lane 2012-02-20 21:22:22 pgsql: Don't reject threaded Python on FreeBSD.