]> granicus.if.org Git - postgresql/commitdiff
I pulled this one out via CVS, I hope you can make use of it:
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 1999 05:28:11 +0000 (05:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 1999 05:28:11 +0000 (05:28 +0000)
Peter.

src/bin/psql/command.c

index 0db6cd5562ed20dada9e38ab6b987dc5ba7fc3c3..ea20aa20d413fdd3225fae30551108eeea56aa23 100644 (file)
@@ -117,6 +117,8 @@ HandleSlashCmds(PsqlSettings *pset,
                my_line[blank_loc] = '\0';
        }
 
+    options[0] = NULL;
+
        if (options_string)
        {
                char            quote;