Обсуждение: pgsql: Department of second thoughts.

Поиск
Список
Период
Сортировка

pgsql: Department of second thoughts.

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
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)