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

Commitbe38995

Browse files
committed
Fix NPE in pg_regress
1 parent5c5f37a commitbe38995

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
staticintmax_connections=0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp