Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/postgresql.mli
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type put_copy_result =

(** Result of get_copy_data *)
type get_copy_result =
| Get_copy_data of string (** Data corresponding to one row is retured *)
| Get_copy_data of string (** Data corresponding to one row is returned *)
| Get_copy_wait (** The next row is still being received (async only); wait
for read-only, call [consume_input], and try again *)
| Get_copy_end (** All data has been successfully retrieved *)
Expand Down