From 3451faaec81c8d19acdb243bfc22598c33ab074d Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 16 Sep 2013 15:45:00 -0300 Subject: Rename various "freeze multixact" variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems to make more sense to use "cutoff multixact" terminology throughout the backend code; "freeze" is associated with replacing of an Xid with FrozenTransactionId, which is not what we do for MultiXactIds. Andres Freund Some adjustments by Álvaro Herrera --- src/include/commands/cluster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/commands/cluster.h') diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index aa6d332e9d2..52ca1d1c797 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -32,6 +32,6 @@ extern void finish_heap_swap(Oid OIDOldHeap, Oid OIDNewHeap, bool check_constraints, bool is_internal, TransactionId frozenXid, - MultiXactId frozenMulti); + MultiXactId minMulti); #endif /* CLUSTER_H */ -- cgit v1.2.3