We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3831636 commit 7b4aa31Copy full SHA for 7b4aa31
src/interfaces/libpq/blibpqdll.def
@@ -94,4 +94,4 @@ EXPORTS
94
_pg_encoding_to_char @ 92
95
_pg_utf_mblen @ 93
96
_PQunescapeBytea @ 94
97
- _PQfeeMem @ 95
+ _PQfreeMem @ 95
src/interfaces/libpq/libpqdll.def
@@ -94,5 +94,5 @@ EXPORTS
pg_encoding_to_char @ 92
pg_utf_mblen @ 93
PQunescapeBytea @ 94
- PQfeeMem @ 95
+ PQfreeMem @ 95
98
0 commit comments