pgsql: Department of second thoughts.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Department of second thoughts.
Date: 2005-03-20 03:53:40
Message-ID: 20050320035340.0360D543EE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Department of second thoughts. Remove FRONTEND from snprintf.c because
snprintf is called before the memory system is started. We have to just
malloc/free. There are no elogs in the code so we should be fine.

Modified Files:
--------------
pgsql/src/port:
Makefile (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.24&r2=1.25)
snprintf.c (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dfetter 2005-03-20 04:06:56 docbot - docbot: Fixed bot so it doesn't crash on nicks like ]X[
Previous Message Bruce Momjian 2005-03-20 02:44:46 pgsql: Fix typo in Makefile.