Package: tdbcpostgres / 1.1.13-2

Metadata

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

Patch series

view the series file
Patch File delta Description
mangle and copy manual.patch | (download)

Makefile.in | 19 15 + 4 - 0 !
1 file changed, 15 insertions(+), 4 deletions(-)

 devolving to makefile.in the task of mangling and renaming the manual page
 Previously the manual page was mangled and renamed in target override_dh_auto_install through
 an elaborated series of commands executed from the build tree. Now we simply change a few lines in Makefile
fakepq.patch | (download)

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

 pointer to integer assignment potentially unsafe 
 Similarly 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>