pgsql: Fix comment about promising tuples.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment about promising tuples.
Date: 2021-03-16 20:39:45
Message-ID: E1lMGTh-00073l-SE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment about promising tuples.

Oversight in commit d168b666823, which added bottom-up index deletion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbe4cb3bd49f9e524f53ef77c775c1bad4d0312a

Modified Files
--------------
src/backend/access/heap/heapam.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-03-17 02:05:43 pgsql: Enable parallelism in REFRESH MATERIALIZED VIEW.
Previous Message Peter Geoghegan 2021-03-16 20:12:31 pgsql: amcheck: Reduce debug message verbosity.