We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1d35c commit b850cf6Copy full SHA for b850cf6
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.195 2008/09/06 20:18:08 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.196 2008/09/15 12:18:00 petere Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "command.h"
@@ -470,7 +470,7 @@ exec_command(const char *cmd,
470
else
471
{
472
char *func;
473
- Oid foid;
+ Oid foid = InvalidOid;
474
475
func = psql_scan_slash_option(scan_state,
476
OT_WHOLE_LINE, NULL, true);
0 commit comments