diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-01-21 02:22:49 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-01-21 02:24:17 +0900 |
commit | 5363c7f2bc5e77caf2f308bed93e3e881a9113cf (patch) | |
tree | dc9b32199a6179c80543f777ac886df99eba3605 | |
parent | 4d1e2aeb1a162770683a8d1e13fc13ac2d95d810 (diff) | |
download | postgresql-5363c7f2bc5e77caf2f308bed93e3e881a9113cf.tar.gz postgresql-5363c7f2bc5e77caf2f308bed93e3e881a9113cf.zip |
Fix typo in comment.
Sawada Masahiko
-rw-r--r-- | src/backend/commands/cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |