postgresql/src/include/lib
Peter Eisentraut 1f605b82ba 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
2022-12-30 11:05:09 +01:00
..
binaryheap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
bipartite_match.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
bloomfilter.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
dshash.h dshash: revise sequential scan support. 2022-04-04 14:32:52 -07:00
hyperloglog.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
ilist.h Add doubly linked count list implementation 2022-11-02 14:06:05 +13:00
integerset.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
knapsack.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pairingheap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
qunique.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
rbtree.h Add missing inequality searches to rbtree 2022-07-08 22:00:03 +03:00
simplehash.h Fix wording in comment 2022-11-17 13:17:19 +01:00
sort_template.h Fix missing undefine in sort_template.h 2022-01-31 15:10:01 -05:00
stringinfo.h Change argument of appendBinaryStringInfo from char * to void * 2022-12-30 11:05:09 +01:00