Обсуждение: A minor comment typo in parse_utilcmd.c

Поиск
Список
Период
Сортировка

A minor comment typo in parse_utilcmd.c

От
Amit Langote
Дата:
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

Вложения

Re: A minor comment typo in parse_utilcmd.c

От
Heikki Linnakangas
Дата:
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

От
Amit Langote
Дата:
On 03-02-2015 PM 04:49, Heikki Linnakangas wrote:
> 
> Fixed, thanks.

Thanks!

Amit