Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Alvaro Herrera
Tom Lane wrote: > Magnus Hagander writes: > > On Thu, Jun 13, 2013 at 3:45 PM, Tom Lane wrote: > >> Also, FYI, this is claimed to be fixed in TeX Live 2012: > >> https://bugzilla.redhat.com/show_bug.cgi?id=619481 > >> so a toolchain upgrade is the long-term answer. > > > Just to be clear, it's f

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Tom Lane
Magnus Hagander writes: > On Thu, Jun 13, 2013 at 3:45 PM, Tom Lane wrote: >> Also, FYI, this is claimed to be fixed in TeX Live 2012: >> https://bugzilla.redhat.com/show_bug.cgi?id=619481 >> so a toolchain upgrade is the long-term answer. > Just to be clear, it's fixed in all texlive 2012 versi

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Magnus Hagander
On Thu, Jun 13, 2013 at 4:13 PM, Erik Rijkers wrote: > On Thu, June 13, 2013 15:50, Magnus Hagander wrote: >> >> If it's in all of it, then happy enough the official PDF building >> server (borka) got that toolchain upgrade by default with the upgrade >> to wheezy a few weeks ago. >> > > Is there

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Erik Rijkers
On Thu, June 13, 2013 15:50, Magnus Hagander wrote: > > If it's in all of it, then happy enough the official PDF building > server (borka) got that toolchain upgrade by default with the upgrade > to wheezy a few weeks ago. > Is there a regularly pre-built 9.3x A4 pdf somewhere? I can only find a

Re: [DOCS] Manual pages completion

2013-06-13 Thread Jan Staněk
Dne 13.6.2013 14:39, Peter Eisentraut napsal(a): On 6/13/13 5:53 AM, Jan Staněk wrote: Hello, recently I added a few missing (they were in --help messages, but not in man pages) options to man pages of ecpg (missing -h option) and initdb (the -s/--show options). Yes, please do that. Can anyb

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Magnus Hagander
On Thu, Jun 13, 2013 at 3:45 PM, Tom Lane wrote: > "Erik Rijkers" writes: >> ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than >> \pd >> fstartlink. > > Known failure mode. That happens whenever the text of a phrase > crosses a page boundary :-(. We've generally work

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Tom Lane
"Erik Rijkers" writes: > ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than > \pd > fstartlink. Known failure mode. That happens whenever the text of a phrase crosses a page boundary :-(. We've generally worked around it by tweaking the text so that doesn't happen, bu

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Peter Eisentraut
On 6/13/13 8:56 AM, Erik Rijkers wrote: > I have built this PDF from HEAD almost daily, so > the setup used to be 'good enough'. But perhaps > the slow but steady growth of the manual has reached > some maximum here? Start bisecting. ;-) -- Sent via pgsql-docs mailing list (pgsql-docs@postgres

[DOCS] pdf does not build anymore

2013-06-13 Thread Erik Rijkers
Hello, Today the PDF-build (A4) stopped working (see below for error). Are others seeing that too? I have built this PDF from HEAD almost daily, so the setup used to be 'good enough'. But perhaps the slow but steady growth of the manual has reached some maximum here? (The "Overfull \hbox"outp

Re: [DOCS] Manual pages completion

2013-06-13 Thread Peter Eisentraut
On 6/13/13 5:53 AM, Jan Staněk wrote: > Hello, > recently I added a few missing (they were in --help messages, but not in > man pages) options to man pages of ecpg (missing -h option) and initdb > (the -s/--show options). Yes, please do that. > Can anybody point me to which files should I edit in

[DOCS] Manual pages completion

2013-06-13 Thread Jan Staněk
Hello, recently I added a few missing (they were in --help messages, but not in man pages) options to man pages of ecpg (missing -h option) and initdb (the -s/--show options). However, I was doing the repairs on generated man pages in fedora package, and when I cloned the original git repo of