Skip to content

Commit f875269

Browse files
authored
Merge pull request #42 from adept/master
PQisBusy_stub is releasing master lock, so it can't be "noalloc"
2 parents 728f152 + e41e568 commit f875269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postgresql.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ module Stub = struct
498498
external consume_input : connection -> (int [@untagged])
499499
= "PQconsumeInput_stub_bc" "PQconsumeInput_stub" [@@noalloc]
500500

501-
external is_busy : connection -> bool = "PQisBusy_stub" [@@noalloc]
501+
external is_busy : connection -> bool = "PQisBusy_stub"
502502

503503
external flush : connection -> (int [@untagged])
504504
= "PQflush_stub_bc" "PQflush_stub" [@@noalloc]

0 commit comments

Comments
 (0)