pgsql: Remove bogus comment from HeapTupleSatisfiesNow.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bogus comment from HeapTupleSatisfiesNow.
Date: 2012-04-18 16:00:48
Message-ID: E1SKXJI-0001rM-VY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove bogus comment from HeapTupleSatisfiesNow.

This has been wrong for a really long time. We don't use two-phase
locking to protect against serialization anomalies.

Per discussion on pgsql-hackers about 2011-03-07; original report
by Dan Ports.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/293ec33c32e8e20fcb5859885a4b37ff6d855240

Modified Files
--------------
src/backend/utils/time/tqual.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-19 19:39:31 pgsql: Untabify DSSSL and XSL files and add to check-tabs target
Previous Message Robert Haas 2012-04-18 15:32:23 pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo