pgsql: Const-ify a couple of datetime parsing subroutines.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Const-ify a couple of datetime parsing subroutines.
Дата
Msg-id E1p3fXS-002gmP-FM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Const-ify a couple of datetime parsing subroutines.

More could be done in this line, but I just grabbed some low-hanging
fruit.  Principal objective was to remove the need for several ugly
unconstify() usages in formatting.c.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/datetime.c   | 8 ++++----
src/backend/utils/adt/formatting.c | 6 +++---
src/include/utils/datetime.h       | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Create infrastructure for "soft" error reporting.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: Improve PG_VERSION_STR generation