pgsql: Use C99 designator in the rbtree sentinel definition - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Use C99 designator in the rbtree sentinel definition
Date
Msg-id E1o9tDG-001q2S-Cq@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Preserve relfilenode of pg_largeobject and its index across pg_u
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add pg_prewarm example