pgsql: Remove one use of pg_atoi()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove one use of pg_atoi()
Date: 2022-02-14 22:17:45
Message-ID: E1nJjfF-0000zi-U6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)naylor(at)enterprisedb(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/b239564c-cad0-b23e-c57e-166d883cb97d(at)enterprisedb(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-02-15 01:09:53 pgsql: Move replication slot release to before_shmem_exit().
Previous Message Thomas Munro 2022-02-14 22:15:24 Re: pgsql: Track LLVM 15 changes.