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

Commit8c0d308

Browse files
committed
Fix missing variable initialization.
1 parentee9d55c commit8c0d308

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.33 2007/06/1211:07:34 mha Exp $
14+
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.34 2007/06/1213:26:45 mha Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -1554,9 +1554,9 @@ static void
15541554
run_single_test(constchar*test,test_functiontfunc)
15551555
{
15561556
PID_TYPEpid;
1557-
_stringlist*resultfiles;
1558-
_stringlist*expectfiles;
1559-
_stringlist*tags;
1557+
_stringlist*resultfiles=NULL;
1558+
_stringlist*expectfiles=NULL;
1559+
_stringlist*tags=NULL;
15601560
_stringlist*rl,*el,*tl;
15611561
booldiffer= false;
15621562

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp