Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.
Дата
Msg-id 23638.1507609552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation ofstrlen.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> frogmouth is using some code not yet released that makes the config
> cache persistent. I just identified and fixed a stupid bug in the code
> that obsoletes the cache, and I have removed frogmouth's cache file and
> set it running again, so we'll see if that fixes things.

I doubt it.  I think the problem with this patch is that Andres has
made libpgport dependent on libpgcommon, which is backwards, or at
least circular.  The module layering is supposed to go the other way.
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation ofstrlen.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.