- Notifications
You must be signed in to change notification settings - Fork49
Commite45ff38
Marina Polyakova
PGPRO-6864: do not use the function pg_atoi if possible
In PostgreSQL version 12 or higher it's more effecient to use the functionpg_strtoint32 instead (see the commit 86eaf208ea048936df6be77276a246d3f92e9620).And in PostgreSQL 15 the function pg_atoi was removed altogether (see the commit73508475d69e90f98ebd9b7e1a5933a26a49c5e9). Therefore if possible use thefunction pg_strtoint32 instead.1 parent3293e48 commite45ff38
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments
Comments
(0)