diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2025-02-28 15:11:41 -0800 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2025-02-28 15:11:41 -0800 |
commit | 8a1012b35d6123d8ee1818fce68f435459e297b7 (patch) | |
tree | 2461a5d8e6005cd81629465e3b0385317800ad79 /src/backend/access/transam/parallel.c | |
parent | e636da92002857c24f8b66b6ac4a47ff91803c06 (diff) | |
download | postgresql-8a1012b35d6123d8ee1818fce68f435459e297b7.tar.gz postgresql-8a1012b35d6123d8ee1818fce68f435459e297b7.zip |
Re-export NextCopyFromRawFields() to copy.h.
Commit 7717f630069 removed NextCopyFromRawFields() from copy.h. While
it 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 an
unknown 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.net
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions