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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add pg_strnlen() a portable implementation of strlen.
Date: 2017-10-10 04:25:52
Message-ID: 23638.1507609552@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-10 04:42:53 Re: pgsql: Add pg_strnlen() a portable implementation of strlen.
Previous Message Andrew Dunstan 2017-10-10 03:33:36 Re: pgsql: Add pg_strnlen() a portable implementation of strlen.