pg_regress: Add application name setting
Set the PGAPPNAME environment variable in pg_regress so that it identifies itself as such instead of "psql".
This commit is contained in:
parent
c0efc2c2ab
commit
95ca2859f4
@ -691,6 +691,8 @@ initialize_environment(void)
|
||||
{
|
||||
char *tmp;
|
||||
|
||||
putenv("PGAPPNAME=pg_regress");
|
||||
|
||||
if (nolocale)
|
||||
{
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user