Re: pgsql/src/backend/postmaster (postmaster.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/backend/postmaster (postmaster.c)
Дата
Msg-id 19451.962637374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/src/backend/postmaster (postmaster.c)  (eisentrp@csis.gvsu.edu)
Ответы Re: pgsql/src/backend/postmaster (postmaster.c)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
eisentrp@csis.gvsu.edu writes:
>> ... Seems like the correct fix
>> is that guc.c ought to be handling this logic, not postmaster.c.
>> Peter, what do you think?

> I concur.

OK, do you want to fix it, or shall I?

BTW, it is now possible for guc.c to use palloc in TopMemoryContext,
if you want to do that.  There's no real functional difference between
that and malloc --- except that MemoryContextStats() could include
the space used by guc.c --- but if it's just irritating you to use
malloc then you could change it.

            regards, tom lane

В списке pgsql-committers по дате отправления:

Предыдущее
От: eisentrp@csis.gvsu.edu
Дата:
Сообщение: Re: pgsql/src/backend/postmaster (postmaster.c)
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc/src/sgml (func.sgml)