forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a1012b
committed
Re-export NextCopyFromRawFields() to copy.h.
Commit7717f63 removed NextCopyFromRawFields() from copy.h. Whileit was hoped that NextCopyFrom() could serve as an alternative,certain use cases still require NextCopyFromRawFields(). For instance,extensions like file_text_array_fdw, which process source data with anunknown number of columns, rely on this function.Per buildfarm member crake.Reported-by: Andrew Dunstan <andrew@dunslane.net>Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Reviewed-by: Sutou Kouhei <kou@clear-code.com>Discussion:https://postgr.es/m/5c7e1ac8-5083-4c08-af19-cb9ade2f16ce@dunslane.net1 parente636da9 commit8a1012b
2 files changed
+25
-5
lines changedLines changed: 23 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 |
| |
156 | 160 |
| |
157 | 161 |
| |
| |||
736 | 740 |
| |
737 | 741 |
| |
738 | 742 |
| |
739 |
| - | |
740 |
| - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
741 | 758 |
| |
742 | 759 |
| |
743 | 760 |
| |
| |||
747 | 764 |
| |
748 | 765 |
| |
749 | 766 |
| |
750 |
| - | |
| 767 | + | |
| 768 | + | |
751 | 769 |
| |
752 | 770 |
| |
753 |
| - | |
| 771 | + | |
754 | 772 |
| |
755 | 773 |
| |
756 | 774 |
| |
| |||
934 | 952 |
| |
935 | 953 |
| |
936 | 954 |
| |
937 |
| - | |
| 955 | + | |
938 | 956 |
| |
939 | 957 |
| |
940 | 958 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
110 | 112 |
| |
111 | 113 |
| |
112 | 114 |
| |
|
0 commit comments
Comments
(0)