Package: tdbcpostgres / 1.0.0-2

Metadata

Package Version Patches format
tdbcpostgres 1.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tdbcpostgres.patch | (download)

generic/tdbcpostgres.c | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 patching pointer to integer assignment potentially unsafe
 A TDBC_INTPTR_T datatype is defined as intptr_t if <stdint.h> is supported, otherwise
 the original int datatype is used
fakepq.patch | (download)

generic/fakepq.h | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 pointer to integer assignment potentially unsafe 
 Similarily to the patch for tdbcpostgres.c, definitions of data type to be used
 for storing pointer values are defined TDBC_PTRINT_T which is intptr_t for
 platforms supporting <stdint.h>