Fix token exceeding NAMELEN

From: "Aaron W(dot) Swenson" <titanofold(at)gentoo(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fix token exceeding NAMELEN
Date: 2015-05-13 20:47:58
Message-ID: 20150513204758.GJ5101@gengoff.gsmr1.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Fix-token-exceeding-NAMELEN.patch text/x-diff 1.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-05-13 20:51:15 Re: Final Patch for GROUPING SETS
Previous Message Andrew Dunstan 2015-05-13 20:40:21 Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file