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

Commitb850cf6

Browse files
committed
Avoid compiler warning about variable used before assigned.
1 parent5a1d35c commitb850cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.195 2008/09/06 20:18:08 tgl Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.196 2008/09/15 12:18:00 petere Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"command.h"
@@ -470,7 +470,7 @@ exec_command(const char *cmd,
470470
else
471471
{
472472
char*func;
473-
Oidfoid;
473+
Oidfoid=InvalidOid;
474474

475475
func=psql_scan_slash_option(scan_state,
476476
OT_WHOLE_LINE,NULL, true);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp