Thread: Comment typo in pg_upgrade.c

Comment typo in pg_upgrade.c

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

Attachment

Re: Comment typo in pg_upgrade.c

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