mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.
Karl Waclawek
This commit is contained in:
parent
52e49e298f
commit
5dc844b75c
@ -93,3 +93,5 @@ EXPORTS
|
|||||||
_appendPQExpBuffer @ 91
|
_appendPQExpBuffer @ 91
|
||||||
_pg_encoding_to_char @ 92
|
_pg_encoding_to_char @ 92
|
||||||
_pg_utf_mblen @ 93
|
_pg_utf_mblen @ 93
|
||||||
|
_PQunescapeBytea @ 94
|
||||||
|
_PQfeeMem @ 95
|
||||||
|
@ -93,3 +93,6 @@ EXPORTS
|
|||||||
appendPQExpBuffer @ 91
|
appendPQExpBuffer @ 91
|
||||||
pg_encoding_to_char @ 92
|
pg_encoding_to_char @ 92
|
||||||
pg_utf_mblen @ 93
|
pg_utf_mblen @ 93
|
||||||
|
PQunescapeBytea @ 94
|
||||||
|
PQfeeMem @ 95
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user