Use C99 designator in the rbtree sentinel definition
authorAlexander Korotkov <akorotkov@postgresql.org>
Fri, 8 Jul 2022 18:51:00 +0000 (21:51 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Fri, 8 Jul 2022 19:00:03 +0000 (22:00 +0300)
commit8d51d7f403c209ab4d5db203f5e350f6c71233ca
tree623fcd64fe339b07fcbba5e19460234056aff2eb
parentd498e052b4b84ae21b3b68d5b3fda6ead65d1d4d
Use C99 designator in the rbtree sentinel definition

This change should improve the code readability.

Discussion: https://postgr.es/m/CAGRrpzYE8-7GCoaPjOiL9T_HY605MRax-2jgTtLq236uksZ1Sw%40mail.gmail.com
Author: Steve Chavez, Alexander Korotkov
Reviewed-by: Alexander Korotkov
src/backend/lib/rbtree.c