]> granicus.if.org Git - postgresql/commit
Remove bogus comment from HeapTupleSatisfiesNow.
authorRobert Haas <rhaas@postgresql.org>
Wed, 18 Apr 2012 15:50:45 +0000 (11:50 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 18 Apr 2012 15:50:45 +0000 (11:50 -0400)
commit293ec33c32e8e20fcb5859885a4b37ff6d855240
treea4ff17893c5bdc9393bb0c7eaa86fb375081d714
parent4a6fab03f23ed15f33e607b321c339d0c96c6b58
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.
src/backend/utils/time/tqual.c