Tom Lane wrote: > Alvaro Herrera <[email protected]> writes: > > This was fixed on 1.84 of formatting.c for 8.0 (but not backpatched for > > no apparent reason), which also changed some other stuff in that file. > > The complete patch is attached. > > I dunno why I didn't back-patch that; feel free to do so. Better do the > whole thing, because anything that chokes on str_numth's abuse of > sprintf is not going to like those other cases either.
The other cases were already handled, so Andreas' initial patch was enough -- applied. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
