Use camel case for "DateStyle" in some error messages
Michael Paquier <michael@paquier.xyz>
Use camel case for "DateStyle" in some error messages This GUC is written as camel-case in most of the documentation and the GUC table (but not postgresql.conf.sample), and two error messages hardcoded it with lower case characters. Let's use a style more consistent. Most of the noise comes from the regression tests, updated to reflect the GUC name in these error messages. Author: Peter Smith Reviewed-by: Peter Eisentraut, Álvaro Herrera Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/variable.c | modified | +1 −1 |
| src/backend/utils/adt/datetime.c | modified | +1 −1 |
| src/test/regress/expected/date.out | modified | +29 −29 |
| src/test/regress/expected/horology.out | modified | +1 −1 |
Discussion
- GUC names in messages 70 messages · 2023-11-01 → 2024-10-11