Thread: A minor comment typo in parse_utilcmd.c

A minor comment typo in parse_utilcmd.c

From
Amit Langote
Date:
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

Re: A minor comment typo in parse_utilcmd.c

From
Heikki Linnakangas
Date:
On 02/02/2015 06:03 AM, Amit Langote wrote:
> Attached does the following:
>
> -* stmt->relation->relpersistence if the select namespace is temporary.
> +* stmt->relation->relpersistence if the selected namespace is temporary.

Fixed, thanks.

- Heikki




Re: A minor comment typo in parse_utilcmd.c

From
Amit Langote
Date:
On 03-02-2015 PM 04:49, Heikki Linnakangas wrote:
> 
> Fixed, thanks.

Thanks!

Amit