Comment typo in src/backend/command/cluster.c

Started by Sawada Masahikoalmost 12 years ago2 messages
#1Sawada Masahiko
sawada.mshk@gmail.com
1 attachment(s)

Hi all,

Attached patch fixes the typo which is in "src/backend/command/cluster.c".

Regards,

-------
Sawada Masahiko

Attachments:

fix_typo-cluster.patchapplication/octet-stream; name=fix_typo-cluster.patchDownload
*** a/src/backend/commands/cluster.c
--- b/src/backend/commands/cluster.c
***************
*** 727,733 **** make_new_heap(Oid OIDOldHeap, Oid NewTableSpace, bool forcetemp,
  /*
   * Do the physical copying of heap data.
   *
!  * There are two 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.
--- 727,733 ----
  /*
   * Do the physical copying of heap data.
   *
!  * 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.
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Sawada Masahiko (#1)
Re: Comment typo in src/backend/command/cluster.c

On Tue, Jan 21, 2014 at 2:13 AM, Sawada Masahiko <sawada.mshk@gmail.com> wrote:

Hi all,

Attached patch fixes the typo which is in "src/backend/command/cluster.c".

Thanks! Committed.

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers