forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a46a99
committed
postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.
There's no reason for this function to do this for every otherattribute number and omit it for CTID, especially sinceconversion_error_callback has code to handle that case. This seemsto be an oversight in commite690b95.Etsuro Fujita1 parent2a90cb6 commit4a46a99
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3803 | 3803 |
| |
3804 | 3804 |
| |
3805 | 3805 |
| |
| 3806 | + | |
3806 | 3807 |
| |
3807 | 3808 |
| |
3808 | 3809 |
| |
3809 | 3810 |
| |
3810 | 3811 |
| |
3811 | 3812 |
| |
3812 |
| - | |
3813 | 3813 |
| |
3814 | 3814 |
| |
3815 | 3815 |
| |
3816 | 3816 |
| |
3817 |
| - | |
3818 | 3817 |
| |
3819 | 3818 |
| |
3820 | 3819 |
| |
| |||
3827 | 3826 |
| |
3828 | 3827 |
| |
3829 | 3828 |
| |
| 3829 | + | |
3830 | 3830 |
| |
3831 | 3831 |
| |
3832 | 3832 |
| |
|
0 commit comments
Comments
(0)