postgresql/src/pl
Tom Lane 85d02a6586 Redefine Datum as uintptr_t, instead of unsigned long.
This is more in keeping with modern practice, and is a first step towards
porting to Win64 (which has sizeof(pointer) > sizeof(long)).

Tsutomu Yamada, Magnus Hagander, Tom Lane
2009-12-31 19:41:37 +00:00
..
plperl Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
plpgsql Previous fix for temporary file management broke returning a set from 2009-12-29 17:40:59 +00:00
plpython Translation updates 2009-12-19 20:23:26 +00:00
tcl Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00