pgsql: Remove bogus comment from HeapTupleSatisfiesNow. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove bogus comment from HeapTupleSatisfiesNow.
Date
Msg-id E1SKXJI-0001rM-VY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Untabify DSSSL and XSL files and add to check-tabs target