pgsql: Remove redundant breaks in HeapTupleSatisfiesVisibility

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant breaks in HeapTupleSatisfiesVisibility
Date: 2022-11-05 08:35:41
Message-ID: E1orEeT-000WI7-Lw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant breaks in HeapTupleSatisfiesVisibility

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAKRu_ZJg_N7zHtWP+JoSY_hrce4+GKioL137Y2c2En-kuXQ7g@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/heapam_visibility.c | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-05 19:24:47 pgsql: Handle SubPlan cases in find_nonnullable_rels/vars.
Previous Message Michael Paquier 2022-11-05 03:32:50 pgsql: Remove unneeded includes of <sys/stat.h>