Обсуждение: pgsql: formatting.c cleanup: Change TmFromChar.clock field to bool

Поиск
Список
Период
Сортировка

pgsql: formatting.c cleanup: Change TmFromChar.clock field to bool

От
Peter Eisentraut
Дата:
formatting.c cleanup: Change TmFromChar.clock field to bool

This makes the purpose clearer and avoids having two extra symbols,
one of which (CLOCK_24_HOUR) was unused.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/6dd9d208-a3ed-49b5-b03d-8617261da973%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce5f6817e4d572300f303a797f4f42820ead0044

Modified Files
--------------
src/backend/utils/adt/formatting.c | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)