pgsql: Fix snprintf() to properly handle precision specification for %f.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix snprintf() to properly handle precision specification for %f.
Date: 2005-03-12 04:00:57
Message-ID: 20050312040057.23A31566B4@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix snprintf() to properly handle precision specification for %f.

Modified Files:
--------------
pgsql/src/port:
snprintf.c (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-12 05:21:52 pgsql: Add warning about the need to increase "max_fsm_relations" and
Previous Message Tom Lane 2005-03-12 01:55:15 pgsql: Fix problem with infinite recursion between write_syslogger_file