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

Commit50644a2

Browse files
committed
Cleanup of patch just applied.
1 parent2b8c9e7 commit50644a2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎src/bin/psql/psql.c

Lines changed: 4 additions & 8 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.185 1999/07/19 16:46:53 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.186 1999/07/19 16:49:17 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2876,13 +2876,9 @@ main(int argc, char **argv)
28762876
pqsignal(SIGINT,handle_sigint);/* control-C => cancel */
28772877
#ifdefUSE_READLINE
28782878
settings.useReadline=1;
2879-
{
2880-
/*
2881-
* Set the application name, used for parsing .inputrc -- dz
2882-
*/
2883-
char*progname=strrchr(argv[0],SEP_CHAR);
2884-
rl_readline_name= (progname ?progname+1 :argv[0]);
2885-
}
2879+
/* Set the application name, used for parsing .inputrc */
2880+
char*progname=strrchr(argv[0],SEP_CHAR);
2881+
rl_readline_name= (progname ?progname+1 :argv[0]);
28862882
#endif
28872883
}
28882884
#ifdefPSQL_ALWAYS_GET_PASSWORDS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp