projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1e2ae
)
Fix typo in comment.
author
Fujii Masao
<
[email protected]
>
Mon, 20 Jan 2014 17:22:49 +0000
(
02:22
+0900)
committer
Fujii Masao
<
[email protected]
>
Mon, 20 Jan 2014 17:24:17 +0000
(
02:24
+0900)
Sawada Masahiko
src/backend/commands/cluster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/cluster.c
b/src/backend/commands/cluster.c
index e15f042bae2083cc5dbbe320be7f7b2a660a6dfc..14a5e5a2d41629e0b75e21e05a2f096052246f66 100644
(file)
--- 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 t
wo
output parameters:
+ * There are t
hree
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.