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

Commit24632b0

Browse files
committed
fix for previous fix
1 parent6e2341a commit24632b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/bin/psql/psql.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.44 1997/01/0206:45:25 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.45 1997/01/0207:07:32 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1378,11 +1378,9 @@ MainLoop(PsqlSettings * settings, FILE * source)
13781378
query);
13791379
if (slashCmdStatus==1) {
13801380
if (query[0]=='\0')
1381-
{
13821381
paren_level=0;
1383-
free(line);
1384-
continue;
1385-
}
1382+
free(line);
1383+
continue;
13861384
}
13871385
if (slashCmdStatus==2) {
13881386
free(line);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp