Commit 4a46a99
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 other
attribute number and omit it for CTID, especially since
conversion_error_callback has code to handle that case. This seems
to be an oversight in commit e690b95.
Etsuro Fujita1 parent 2a90cb6 commit 4a46a99
1 file changed
+2
-2
lines changed| 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