Remove pg_atoi()
Peter Eisentraut <peter@eisentraut.org>
Remove pg_atoi() The last caller was int2vectorin(), and having such a general function for one user didn't seem useful, so just put the required parts inline and remove the function. Reviewed-by: John Naylor <john.naylor@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/b239564c-cad0-b23e-c57e-166d883cb97d@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/int.c | modified | +28 −4 |
| src/backend/utils/adt/numutils.c | modified | +0 −88 |
| src/include/utils/builtins.h | modified | +0 −1 |
Discussion
- Non-decimal integer literals 59 messages · 2021-08-16 → 2023-01-23