Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95ca285

Browse files
committed
pg_regress: Add application name setting
Set the PGAPPNAME environment variable in pg_regress so that itidentifies itself as such instead of "psql".
1 parentc0efc2c commit95ca285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ initialize_environment(void)
691691
{
692692
char*tmp;
693693

694+
putenv("PGAPPNAME=pg_regress");
695+
694696
if (nolocale)
695697
{
696698
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp