Re: Comment typo in pg_upgrade.c

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Comment typo in pg_upgrade.c
Date: 2015-12-18 06:47:09
Message-ID: 5673ABED.60600@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-12-18 06:48:26 Re: pg_stat_replication log positions vs base backups
Previous Message Amit Langote 2015-12-18 06:25:53 Typo in the comment above heap_prepare_freeze_tuple()