pg_regress-appname.patch

text/x-patch

Filename: pg_regress-appname.patch
Type: text/x-patch
Part: 0
Message: pg_regress application_name

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/test/regress/pg_regress.c 2 0
diff --git i/src/test/regress/pg_regress.c w/src/test/regress/pg_regress.c
index 2f6b37b..1384223 100644
--- i/src/test/regress/pg_regress.c
+++ w/src/test/regress/pg_regress.c
@@ -691,6 +691,8 @@ initialize_environment(void)
 {
 	char	   *tmp;
 
+	putenv("PGAPPNAME=pg_regress");
+
 	if (nolocale)
 	{
 		/*