pgsql: Use C99 designator in the rbtree sentinel definition

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use C99 designator in the rbtree sentinel definition
Date: 2022-07-08 19:00:27
Message-ID: E1o9tDG-001q2S-Cq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d51d7f403c209ab4d5db203f5e350f6c71233ca

Modified Files
--------------
src/backend/lib/rbtree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-07-08 22:36:53 pgsql: doc: add pg_prewarm example
Previous Message Robert Haas 2022-07-08 14:40:56 pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u