Typo in comment

Started by Etsuro Fujitaabout 11 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

I ran into a typo in a comment in src/backend/commands/matview.c.
Please find attached a patch.

Best regards,
Etsuro Fujita

Attachments:

matview-comment-typo.patchtext/x-patch; name=matview-comment-typo.patchDownload
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c
index 30bd40d..db05f7c 100644
--- a/src/backend/commands/matview.c
+++ b/src/backend/commands/matview.c
@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self)
  * the given integer, to make a new table name based on the old one.
  *
  * This leaks memory through palloc(), which won't be cleaned up until the
- * current memory memory context is freed.
+ * current memory context is freed.
  */
 static char *
 make_temptable_name_n(char *tempname, int n)
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Typo in comment

On Thu, Nov 6, 2014 at 7:44 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

I ran into a typo in a comment in src/backend/commands/matview.c.
Please find attached a patch.

Thanks! Applied.

Best regards,
Etsuro Fujita

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

--
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

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Fujii Masao (#2)
Re: Typo in comment

(2014/11/06 20:04), Fujii Masao wrote:

On Thu, Nov 6, 2014 at 7:44 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

I ran into a typo in a comment in src/backend/commands/matview.c.
Please find attached a patch.

Thanks! Applied.

Thanks!

Best regards,
Etsuro Fujita

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