- Notifications
You must be signed in to change notification settings - Fork5.1k
Commit0c7f103
committed
Fix two comments in numeric.c
The comments at the top of numeric_int4_safe() and numeric_int8_safe()mentioned respectively int4_numeric() and int8_numeric(). The intentionis to refer to numeric_int4() and numeric_int8().Oversights in4246a97.Reported-by: jian he <jian.universality@gmail.com>Discussion:https://postgr.es/m/CACJufxFfVt7Jx9_j=juxXyP-6tznN8OcvS9E-QSgp0BrD8KUgA@mail.gmail.com1 parentea78bd6 commit0c7f103
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4359 | 4359 |
| |
4360 | 4360 |
| |
4361 | 4361 |
| |
4362 |
| - | |
| 4362 | + | |
4363 | 4363 |
| |
4364 | 4364 |
| |
4365 | 4365 |
| |
| |||
4429 | 4429 |
| |
4430 | 4430 |
| |
4431 | 4431 |
| |
4432 |
| - | |
| 4432 | + | |
4433 | 4433 |
| |
4434 | 4434 |
| |
4435 | 4435 |
| |
|
0 commit comments
Comments
(0)