We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a4888 commit 552a5c7Copy full SHA for 552a5c7
src/bin/psql/command.c
@@ -1803,7 +1803,7 @@ editFile(const char *fname, int lineno)
1803
#else
1804
if (lineno > 0)
1805
sprintf(sys, SYSTEMQUOTE "\"%s\" %s%d \"%s\"" SYSTEMQUOTE,
1806
- editorName, editor_lineno_switch, lineno, fname);
+ editorName, editor_lineno_arg, lineno, fname);
1807
else
1808
sprintf(sys, SYSTEMQUOTE "\"%s\" \"%s\"" SYSTEMQUOTE,
1809
editorName, fname);
0 commit comments