diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-02-29 09:54:25 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-02-29 09:54:25 +0900 |
commit | ada87a4d95fc39dfb1214edf6653390314b6f0df (patch) | |
tree | fb070a1acf4e649f1d6adb86116263329505f28f /src/backend/executor/execMain.c | |
parent | e8aecc5c2ce1d3b2b1b01bd770c14f5214c2a369 (diff) | |
download | postgresql-ada87a4d95fc39dfb1214edf6653390314b6f0df.tar.gz postgresql-ada87a4d95fc39dfb1214edf6653390314b6f0df.zip |
Use C99-designated initializer syntax for arrays related to encodings
This updates the following lookup arrays to use C99-designated
initializer syntax, indexed based on the enum pg_enc:
pg_enc2icu_tbl[]
pg_enc2name_tbl[]
pg_wchar_table[]
This is more readable, and removes problems with ordering mistakes as
this removes dependencies between the arrays and their lookup index in
the enum pg_enc. So, adding new encodings becomes easier, even if this
does not happen often.
Author: Jelte Fennema-Nio
Reviewed-by: Jian He, Japin Li
Discussion: https://postgr.es/m/CAGECzQT3caUbcCcszNewCCmMbCuyP7XNAm60J3ybd6PN5kH2Dw@mail.gmail.com
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions