pgsql: Fix HeapTupleSatisfiesNonVacuumable() comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix HeapTupleSatisfiesNonVacuumable() comment.
Date
Msg-id E1iXVmw-0007vs-UK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Reduce match_pattern_prefix()'s dependencies on index opfamilies
Next
From: Tom Lane
Date:
Subject: pgsql: Sync patternsel_common's operator selection logic with pattern_p