Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be38995

Browse files
committed
Fix NPE in pg_regress
1 parent 5c5f37a commit be38995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ char *inputdir = ".";
7474
char *outputdir = ".";
7575
char *bindir = PGBINDIR;
7676
char *launcher = NULL;
77-
char *xid_options = NULL;
77+
char *xid_options = "";
7878
static _stringlist *loadlanguage = NULL;
7979
static _stringlist *loadextension = NULL;
8080
static int max_connections = 0;

0 commit comments

Comments
 (0)