A minor comment typo in parse_utilcmd.c

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: A minor comment typo in parse_utilcmd.c
Date: 2015-02-02 04:03:53
Message-ID: 54CEF729.7030804@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached does the following:

-* stmt->relation->relpersistence if the select namespace is temporary.
+* stmt->relation->relpersistence if the selected namespace is temporary.

Thanks,
Amit

Attachment Content-Type Size
typo-in-parse_utilcmd-dot-c.patch text/x-diff 737 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-02-02 04:10:35 Release note bloat is getting out of hand
Previous Message Amit Kapila 2015-02-02 03:59:11 Re: WIP: dynahash replacement for buffer table