[MASSMAIL]pgsql: Remove obsolete comment about VACUUM retrying pruning - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [MASSMAIL]pgsql: Remove obsolete comment about VACUUM retrying pruning
Date
Msg-id E1rpkzS-0067Ic-9R@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.
Next
From: Alvaro Herrera
Date:
Subject: [MASSMAIL]pgsql: libpq-be-fe-helpers.h: wrap new cancel APIs