pgsql: Fix bug in KnownAssignedXidsMany().

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in KnownAssignedXidsMany().
Date: 2010-03-11 09:27:00
Message-ID: 20100311092700.25F267541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the
assertion failure reported by Erik Rijkers, but this alone doesn't explain
the failure.

Modified Files:
--------------
pgsql/src/backend/storage/ipc:
procarray.c (r1.60 -> r1.61)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.60&r2=1.61)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-03-11 10:11:28 pgstatsinfo - pg_statsinfo: Tested on Windows and support localized
Previous Message Heikki Linnakangas 2010-03-11 09:10:25 pgsql: Fix comment which was apparently copy-pasted from another