Re: Fix token exceeding NAMELEN - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix token exceeding NAMELEN
Date
Msg-id 15750.1431554106@sss.pgh.pa.us
Whole thread Raw
In response to Fix token exceeding NAMELEN  ("Aaron W. Swenson" <titanofold@gentoo.org>)
Responses Re: Fix token exceeding NAMELEN  (Christopher Browne <cbbrowne@gmail.com>)
List pgsql-hackers
"Aaron W. Swenson" <titanofold@gentoo.org> writes:
> Trying to build HEAD and ran into this issue building the docs:
>     openjade:logicaldecoding.sgml:575:62:Q: length of name token must
>     not exceed NAMELEN (44)
>     openjade:replication-origins.sgml:87:67:Q: length of name token must
>     not exceed NAMELEN (44)

Hmm ... that's odd.  I don't see any such failure here, and the buildfarm
members that build the docs aren't complaining either.  What version of
openjade are you using exactly?

> So, I've attached a patch that'll fix it.

I have no particular objection to the patch as stated, but I'm just
wondering if this is the tip of a tool compatibility iceberg we were
not previously aware of.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Gavin Flower
Date:
Subject: Re: i feel like compelled !
Next
From: Christopher Browne
Date:
Subject: Re: Fix token exceeding NAMELEN