Skip to content

Commit a1ccaab

Browse files
committed
Removed incorrect noalloc-specification
1 parent d713fb9 commit a1ccaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/postgresql.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,14 @@ module Stub = struct
391391

392392
external send_query_params :
393393
connection -> string -> string array -> bool array -> int
394-
= "PQsendQueryParams_stub" "noalloc"
394+
= "PQsendQueryParams_stub"
395395

396396
external send_prepare :
397397
connection -> string -> string -> int = "PQsendPrepare_stub" "noalloc"
398398

399399
external send_query_prepared :
400400
connection -> string -> string array -> bool array -> int
401-
= "PQsendQueryPrepared_stub" "noalloc"
401+
= "PQsendQueryPrepared_stub"
402402

403403
external get_result : connection -> result = "PQgetResult_stub"
404404
external consume_input : connection -> int = "PQconsumeInput_stub" "noalloc"

0 commit comments

Comments
 (0)