pgsql: Clean up MultiXactIdExpand's API by separating out the case where

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up MultiXactIdExpand's API by separating out the case where
Date: 2005-05-03 19:42:41
Message-ID: 20050503194241.324D25370B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up MultiXactIdExpand's API by separating out the case where we
are creating a new MultiXactId from two regular XIDs. The original
coding was unnecessarily complicated and didn't save any code anyway.

Modified Files:
--------------
pgsql/src/backend/access/heap:
heapam.c (r1.189 -> r1.190)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c.diff?r1=1.189&r2=1.190)
pgsql/src/backend/access/transam:
multixact.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/multixact.c.diff?r1=1.1&r2=1.2)
pgsql/src/include/access:
multixact.h (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/multixact.h.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tom 2005-05-03 21:39:05 pqa - pqa: tweak
Previous Message Tom Lane 2005-05-03 19:18:48 pgsql: Alter the signature for encoding conversion functions to declare