Обсуждение: Comment typo in pg_upgrade.c

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

Comment typo in pg_upgrade.c

От
Amit Langote
Дата:
In prepare_new_cluster(), following looks like a typo:

-     * would cause us to lose the frozenids restored by the load. We use
+     * would cause us to lose the frozenxids restored by the load. We use

Attached find the patch.

Thanks,
Amit

Вложения

Re: Comment typo in pg_upgrade.c

От
Amit Langote
Дата:
On 2015/12/18 14:53, Amit Langote wrote:
> In prepare_new_cluster(), following looks like a typo:
> 
> -     * would cause us to lose the frozenids restored by the load. We use
> +     * would cause us to lose the frozenxids restored by the load. We use

Or maybe not, because "frozenids" is supposed to refer to both xids and mxids.

Sorry about the noise.

Thanks,
Amit