aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2018-06-18 18:33:53 +1200
committerThomas Munro <tmunro@postgresql.org>2018-06-26 19:49:52 +1200
commit3566873f21909397561418fab22c98332fa8b72a (patch)
tree6892f6e465840ba060fa771aa8a942a8c843b25a /contrib/postgres_fdw/postgres_fdw.h
parent88554c0911018c1c60423fbb60557626142dec10 (diff)
downloadpostgresql-3566873f21909397561418fab22c98332fa8b72a.tar.gz
postgresql-3566873f21909397561418fab22c98332fa8b72a.zip
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
On Windows, it is sometimes important for corresponding malloc() and free() calls to be made from the same DLL, since some build options can result in multiple allocators being active at the same time. For that reason we already provided PQfreemem(). This commit adds a similar function for freeing string results allocated by the pgtypes library. Author: Takayuki Tsunakawa Reviewed-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/0A3221C70F24FB45833433255569204D1F8AD5D6%40G01JPEXMBYT05
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions