Обсуждение: Typo in comment in ATPrepChangePersistence

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

Typo in comment in ATPrepChangePersistence

От
Amit Langote
Дата:
Hi,

Attached fixes a typo:

-     * no permanent tables cannot reference unlogged ones.
+     * permanent tables cannot reference unlogged ones.

Thanks,
Amit

Вложения

Re: Typo in comment in ATPrepChangePersistence

От
Heikki Linnakangas
Дата:
On 07/29/2015 05:26 AM, Amit Langote wrote:
> Attached fixes a typo:
>
> -     * no permanent tables cannot reference unlogged ones.
> +     * permanent tables cannot reference unlogged ones.

Thanks, fixed.

- Heikki