forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1b9e1e
committed
Add numeric_int8_opt_error() to optionally suppress errors
This matches the existing numeric_int4_opt_error() (see commit16d489b). It will be used by a future JSON-related patch, whichwants to report errors in its own way and thus does not want theinternal functions to throw any error.Author: Jeevan Chalke <jeevan.chalke@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/CAM2+6=XjTyqrrqHAOj80r0wVQxJSxc0iyib9bPC55uFO9VKatg@mail.gmail.com1 parentd4e66a3 commitc1b9e1e
2 files changed
+44
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4430 | 4430 |
| |
4431 | 4431 |
| |
4432 | 4432 |
| |
4433 |
| - | |
4434 |
| - | |
4435 |
| - | |
| 4433 | + | |
| 4434 | + | |
4436 | 4435 |
| |
4437 |
| - | |
4438 | 4436 |
| |
4439 | 4437 |
| |
4440 | 4438 |
| |
| 4439 | + | |
| 4440 | + | |
| 4441 | + | |
4441 | 4442 |
| |
4442 | 4443 |
| |
4443 |
| - | |
4444 |
| - | |
4445 |
| - | |
4446 |
| - | |
| 4444 | + | |
| 4445 | + | |
| 4446 | + | |
| 4447 | + | |
| 4448 | + | |
4447 | 4449 |
| |
4448 |
| - | |
4449 |
| - | |
4450 |
| - | |
| 4450 | + | |
| 4451 | + | |
| 4452 | + | |
| 4453 | + | |
| 4454 | + | |
| 4455 | + | |
| 4456 | + | |
| 4457 | + | |
| 4458 | + | |
| 4459 | + | |
4451 | 4460 |
| |
4452 | 4461 |
| |
4453 |
| - | |
| 4462 | + | |
4454 | 4463 |
| |
4455 | 4464 |
| |
4456 | 4465 |
| |
4457 |
| - | |
4458 |
| - | |
4459 |
| - | |
| 4466 | + | |
| 4467 | + | |
| 4468 | + | |
| 4469 | + | |
| 4470 | + | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
| 4474 | + | |
| 4475 | + | |
| 4476 | + | |
| 4477 | + | |
| 4478 | + | |
| 4479 | + | |
| 4480 | + | |
| 4481 | + | |
| 4482 | + | |
| 4483 | + | |
| 4484 | + | |
| 4485 | + | |
| 4486 | + | |
4460 | 4487 |
| |
4461 |
| - | |
| 4488 | + | |
4462 | 4489 |
| |
4463 | 4490 |
| |
4464 | 4491 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
|
0 commit comments
Comments
(0)