Re: [DOCS] DOCS: SGML identifier may not exceed 44 characters - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: [DOCS] DOCS: SGML identifier may not exceed 44 characters
Date
Msg-id BANLkTin7MB4dVn3YUFnZ5viP0_EHcARgwQ@mail.gmail.com
Whole thread Raw
In response to Re: [DOCS] DOCS: SGML identifier may not exceed 44 characters  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 1 June 2011 06:36, Peter Eisentraut <peter_e@gmx.net> wrote:
> It looks like the original DocBook distribution has a limit of 44, but
> someone patched it to 256 on your installation.
>
> But it seems like no one else has seen this problem yet, so it's quite
> suspicious, since surely people have built the documentation in the last
> few months.
>

The relevant value on my machine seems to be:

/usr/share/sgml/docbook/sgml-dtd-4.2/docbook.dcl:81:          NAMELEN    44

This file belongs to the Gentoo package app-text/docbook-sgml-dtd
4.2-r2, which is the current stable version for the 4.2 slot.

I would hazard to suggest that nobody else is seeing this problem
because I'm the only one building the docs on Gentoo =)

Still, the 44 character limit does seem to be per the upstream
distribution, and the identifier I patched above is the first one to
violate it.  Are there any solid reasons we shouldn't just comply with
it?

Cheers,
BJ

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [BUGS] BUG #6046: select current_date crashes postgres
Next
From: Cédric Villemain
Date:
Subject: Re: [PERFORM] Hash Anti Join performance degradation