diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-11-29 05:28:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-11-29 05:28:11 +0000 |
commit | 47e51683e66fc79132285f38bcf8f2d2fc49d2e5 (patch) | |
tree | 8baee9b229e3a2b5ffc67b4dfe5b2cdb08a34ba6 /src | |
parent | d367f626f410ad06648c6c18f836781413e87f76 (diff) | |
download | postgresql-47e51683e66fc79132285f38bcf8f2d2fc49d2e5.tar.gz postgresql-47e51683e66fc79132285f38bcf8f2d2fc49d2e5.zip |
I pulled this one out via CVS, I hope you can make use of it:
Peter.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 0db6cd5562e..ea20aa20d41 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -117,6 +117,8 @@ HandleSlashCmds(PsqlSettings *pset, my_line[blank_loc] = '\0'; } + options[0] = NULL; + if (options_string) { char quote; |