]> granicus.if.org Git - postgresql/commit
Remove unportable assumption that it's okay to use the target buffer
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Jan 2005 01:40:13 +0000 (01:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Jan 2005 01:40:13 +0000 (01:40 +0000)
commitcbd8913245161c8f603dea7a9cf71280821c6c80
tree6b91784ec2e59f210203f1f8683e66eee415f07b
parent40f32f351a8c5eda1b20f499552e2139de9fe268
Remove unportable assumption that it's okay to use the target buffer
of an sprintf() as a source string.  Demonstrably does not work with
recent gcc and/or glibc on some platforms.
src/backend/utils/adt/formatting.c