We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d713fb9 commit a1ccaabCopy full SHA for a1ccaab
lib/postgresql.ml
@@ -391,14 +391,14 @@ module Stub = struct
391
392
external send_query_params :
393
connection -> string -> string array -> bool array -> int
394
- = "PQsendQueryParams_stub" "noalloc"
+ = "PQsendQueryParams_stub"
395
396
external send_prepare :
397
connection -> string -> string -> int = "PQsendPrepare_stub" "noalloc"
398
399
external send_query_prepared :
400
401
- = "PQsendQueryPrepared_stub" "noalloc"
+ = "PQsendQueryPrepared_stub"
402
403
external get_result : connection -> result = "PQgetResult_stub"
404
external consume_input : connection -> int = "PQconsumeInput_stub" "noalloc"
0 commit comments