We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 728f152 + e41e568 commit f875269Copy full SHA for f875269
src/postgresql.ml
@@ -498,7 +498,7 @@ module Stub = struct
498
external consume_input : connection -> (int [@untagged])
499
= "PQconsumeInput_stub_bc" "PQconsumeInput_stub" [@@noalloc]
500
501
- external is_busy : connection -> bool = "PQisBusy_stub" [@@noalloc]
+ external is_busy : connection -> bool = "PQisBusy_stub"
502
503
external flush : connection -> (int [@untagged])
504
= "PQflush_stub_bc" "PQflush_stub" [@@noalloc]
0 commit comments