Fix token exceeding NAMELEN - Mailing list pgsql-hackers

From Aaron W. Swenson
Subject Fix token exceeding NAMELEN
Date
Msg-id 20150513204758.GJ5101@gengoff.gsmr1.local
Whole thread Raw
Responses Re: Fix token exceeding NAMELEN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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)

I've tried playing with the flags we (you) pass to openjade, but
couldn't make it override NAMELEN.

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

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Next
From: Andres Freund
Date:
Subject: Re: Final Patch for GROUPING SETS