pgsql: And while we are on it, I would like to submit minor changes to

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: And while we are on it, I would like to submit minor changes to
Date: 2005-03-01 00:38:35
Message-ID: 20050301003835.00B085647A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
And while we are on it, I would like to submit minor
changes to make snprintf() vsnprintf() and printf()
functions in src/port/snprintf.c thread-safe.

Nicolai Tufar

Modified Files:
--------------
pgsql/src/port:
snprintf.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-01 01:40:16 pgsql: Adjust OR indexscan logic to not generate redundant
Previous Message Tom Lane 2005-03-01 00:26:00 pgsql: Revert the logic for expanding AND/OR conditions in pred_test()