From: Fujii Masao Date: Mon, 20 Jan 2014 17:22:49 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL9_4_BETA1~652 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5363c7f2bc5e77caf2f308bed93e3e881a9113cf;p=thirdparty%2Fpostgresql.git Fix typo in comment. Sawada Masahiko --- diff --git a/src/backend/commands/cluster.c b/src/backend/commands/cluster.c index e15f042bae2..14a5e5a2d41 100644 --- a/src/backend/commands/cluster.c +++ b/src/backend/commands/cluster.c @@ -727,7 +727,7 @@ make_new_heap(Oid OIDOldHeap, Oid NewTableSpace, bool forcetemp, /* * Do the physical copying of heap data. * - * There are two output parameters: + * There are three output parameters: * *pSwapToastByContent is set true if toast tables must be swapped by content. * *pFreezeXid receives the TransactionId used as freeze cutoff point. * *pCutoffMulti receives the MultiXactId used as a cutoff point.