File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.186 1999/07/19 16:49:17 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.187 1999/07/19 21:06:19 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -2876,9 +2876,11 @@ main(int argc, char **argv)
2876
2876
pqsignal (SIGINT , handle_sigint ); /* control-C => cancel */
2877
2877
#ifdef USE_READLINE
2878
2878
settings .useReadline = 1 ;
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 ]);
2879
+ {
2880
+ /* Set the application name, used for parsing .inputrc */
2881
+ char * progname = strrchr (argv [0 ], SEP_CHAR );
2882
+ rl_readline_name = (progname ? progname + 1 : argv [0 ]);
2883
+ }
2882
2884
#endif
2883
2885
}
2884
2886
#ifdef PSQL_ALWAYS_GET_PASSWORDS
You can’t perform that action at this time.
0 commit comments