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

Commit9beb9e7

Browse files
committed
Fix compiler warning about uninitialized variable
1 parent4253f01 commit9beb9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/postmaster/pgstat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
*Copyright (c) 2001-2008, PostgreSQL Global Development Group
1515
*
16-
*$PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.183 2008/11/03 19:03:41 alvherre Exp $
16+
*$PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.184 2008/11/04 11:04:06 petere Exp $
1717
* ----------
1818
*/
1919
#include"postgres.h"
@@ -3405,7 +3405,7 @@ backend_read_statsfile(void)
34053405
*/
34063406
for (count=0;count<PGSTAT_POLL_LOOP_COUNT;count++)
34073407
{
3408-
TimestampTzfile_ts;
3408+
TimestampTzfile_ts=0;
34093409

34103410
CHECK_FOR_INTERRUPTS();
34113411

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp