Re: [HACKERS] Comment typo in pg_upgrade.c

2015-12-17 Thread 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

[HACKERS] Comment typo in pg_upgrade.c

2015-12-17 Thread 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 diff --git a/src/bin/pg_upgrade/pg_upgrade.c