pgsql: Remove unportable assumption that it's okay to use the target - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove unportable assumption that it's okay to use the target
Date
Msg-id 20050113014118.90E613A5E79@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.83&r2=1.84)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add conditional inclusion of to support old 'heimdal'
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update of Japanese FAQ.