pg: ->disconnect() and docs

This commit is contained in:
Yorhel 2025-02-07 10:49:47 +01:00
parent 171afc0268
commit 96aee880ce
3 changed files with 152 additions and 3 deletions

4
FU.xs
View file

@ -117,6 +117,10 @@ void q(fupg_conn *c, SV *sv, ...)
FUPG_CONN_COOKIE;
ST(0) = fupg_q(aTHX_ c, SvPVutf8_nolen(sv), ax, items);
void disconnect(fupg_conn *c)
CODE:
fupg_disconnect(c);
void DESTROY(fupg_conn *c)
CODE:
fupg_destroy(c);