pgsql: Remove one use of pg_atoi()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove one use of pg_atoi()
Дата
Msg-id E1nJjfF-0000zi-U6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove one use of pg_atoi()

There was no real need to use this here instead of a simpler API.

Reviewed-by: John Naylor <john.naylor@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/b239564c-cad0-b23e-c57e-166d883cb97d@enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/jsonpath_gram.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Track LLVM 15 changes.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Move replication slot release to before_shmem_exit().