summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorPeter Eisentraut2022-12-30 09:59:25 +0000
committerPeter Eisentraut2022-12-30 10:05:09 +0000
commit1f605b82ba66ece8b421b10d41094dd2e3c0c48b (patch)
tree0274b67eba350574344af68f4b4bbaf3f7c5ba1e /contrib/postgres_fdw/postgres_fdw.c
parent33a33f0ba4d70a704e2d6bb8ee85f29fe18cead9 (diff)
Change argument of appendBinaryStringInfo from char * to void *
There is some code that uses this function to assemble some kind of packed binary layout, which requires a bunch of casts because of this. Functions taking binary data plus length should take void * instead, like memcpy() for example. Discussion: https://www.postgresql.org/message-id/flat/a0086cfc-ff0f-2827-20fe-52b591d2666c%40enterprisedb.com
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions