Patch for typo in src/bin/psql/command.c

Started by Ian Lawrence Barwickover 12 years ago2 messages
#1Ian Lawrence Barwick
barwick@gmail.com
1 attachment(s)

Attached.

Regards

Ian Barwick

Attachments:

psql-command-c-typo.patchapplication/octet-stream; name=psql-command-c-typo.patchDownload
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 351e684..10e9f64 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -2103,7 +2103,7 @@ do_edit(const char *filename_arg, PQExpBuffer query_buf,
 /*
  * process_file
  *
- * Read commands from filename and then them to the main processing loop
+ * Reads commands from filename and passes them to the main processing loop.
  * Handler for \i and \ir, but can be used for other things as well.  Returns
  * MainLoop() error code.
  *
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Ian Lawrence Barwick (#1)
Re: Patch for typo in src/bin/psql/command.c

On Wed, Sep 18, 2013 at 1:42 PM, Ian Lawrence Barwick <barwick@gmail.com> wrote:

Attached.

Committed. Thanks!

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers