postgresql/src
Robert Haas a8656a3ab0 Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".
Remove the variable from the enclosing scopes so that nothing can be
relying on it.  The net result of this refactoring is that we get rid
of a few unnecessary strlen() calls.

Original patch from Greg Jaskiewicz, substantially expanded by me.
2013-12-02 10:51:06 -05:00
..
backend Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len". 2013-12-02 10:51:06 -05:00
bin Translation updates 2013-12-02 00:17:07 -05:00
common Use improved vsnprintf calling logic in more places. 2013-10-24 21:43:57 -04:00
include Remove use of obsolescent Autoconf macros 2013-11-30 09:17:08 -05:00
interfaces Translation updates 2013-12-02 00:17:07 -05:00
makefiles Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
pl Translation updates 2013-12-02 00:17:07 -05:00
port Remove use of obsolescent Autoconf macros 2013-11-30 09:17:08 -05:00
template Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
test Don't TransactionIdDidAbort in HeapTupleGetUpdateXid 2013-11-29 21:47:21 -03:00
timezone Update time zone data files to tzdata release 2013h. 2013-12-01 14:11:44 -05:00
tools Fix whitespace 2013-11-13 21:25:52 -05:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:20:32 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00
Makefile.shlib Remove IRIX port. 2013-10-18 08:14:21 -04:00
nls-global.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
win32.mak