pgsql: Remove obsolete comment about VACUUM retrying pruning

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment about VACUUM retrying pruning
Date: 2024-03-28 08:20:02
Message-ID: E1rpkzS-0067Ic-9R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment about VACUUM retrying pruning

Commit 1ccc1e05ae removed the retry logic that the comment talked
about.

Reviewed-by: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/20240328015326.x5gnzsohl6j23b42@liskov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/427005742bd2efdcee0f361e17d1a76664ff001b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-28 10:31:46 pgsql: libpq-be-fe-helpers.h: wrap new cancel APIs
Previous Message Masahiko Sawada 2024-03-28 07:33:14 pgsql: Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.