pgsql: Fix HeapTupleSatisfiesNonVacuumable() comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix HeapTupleSatisfiesNonVacuumable() comment.
Date: 2019-11-20 19:37:18
Message-ID: E1iXVmw-0007vs-UK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix HeapTupleSatisfiesNonVacuumable() comment.

Oversight in commit 63746189b23.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f0f12ac57023653ad870a33a2e0337e6f3bf512

Modified Files
--------------
src/backend/access/heap/heapam_visibility.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-11-20 20:00:32 pgsql: Sync patternsel_common's operator selection logic with pattern_p
Previous Message Tom Lane 2019-11-20 19:13:14 pgsql: Reduce match_pattern_prefix()'s dependencies on index opfamilies