pgsql: Clean up some code and comments in partbounds.c. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Clean up some code and comments in partbounds.c.
Date
Msg-id E1kGIWm-00011u-Uo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up some code and comments in partbounds.c.

Do some minor cleanup for commit c8434d64c: 1) remove a useless
assignment (in normal builds) and 2) improve comments a little.

Back-patch to v13 where the aforementioned commit went in.

Author: Etsuro Fujita
Reviewed-by: Alvaro Herrera
Discussion: https://postgr.es/m/CAPmGK16yCd2R4=bQ4g8N2dT9TtA5ZU+qNmJ3LPc_nypbNy4_2A@mail.gmail.com

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/backend/partitioning/partbounds.c | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Doc: clean up contributor names.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Implement streaming mode in ReorderBuffer.