- Notifications
You must be signed in to change notification settings - Fork6
Commitef4120f

Marina Polyakova
PGPRO-6866: 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 parent9a911f7 commitef4120f
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
272 | 276 |
| |
273 | 277 |
| |
274 | 278 |
| |
| |||
2533 | 2537 |
| |
2534 | 2538 |
| |
2535 | 2539 |
| |
2536 |
| - | |
| 2540 | + | |
2537 | 2541 |
| |
2538 |
| - | |
| 2542 | + | |
2539 | 2543 |
| |
2540 |
| - | |
| 2544 | + | |
2541 | 2545 |
| |
2542 |
| - | |
| 2546 | + | |
2543 | 2547 |
| |
2544 | 2548 |
| |
2545 | 2549 |
| |
|
0 commit comments
Comments
(0)