You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for implementing custom COPY handler as extension
* TO: Add CopyToStateData::opaque that can be used to keep
data for custom COPY TO handler implementation
* TO: Export CopySendEndOfRow() to send end of row data as
CopyToStateFlush()
* FROM: Add CopyFromStateData::opaque that can be used to
keep data for custom COPY FROM handler implementation
* FROM: Export CopyGetData() to get the next data as
CopyFromStateGetData()
* FROM: Add CopyFromSkipErrorRow() for "ON_ERROR stop" and
"LOG_VERBOSITY verbose"
COPY FROM extensions must call CopyFromSkipErrorRow() when
CopyFromOneRow callback reports an error by
errsave(). CopyFromSkipErrorRow() handles "ON_ERROR stop" and
"LOG_VERBOSITY verbose" cases.
0 commit comments