Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id D51F6633FD8 for ; Fri, 2 Apr 2010 17:10:41 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 90358-10 for ; Fri, 2 Apr 2010 20:10:27 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 2D590632CCD for ; Fri, 2 Apr 2010 17:10:31 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id o32KAQrQ003467; Fri, 2 Apr 2010 16:10:26 -0400 (EDT) To: Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= , Peter Eisentraut , pgsql-docs Subject: Re: PDF build issue with 9.0 Alpha5 In-reply-to: <345.1270234214@sss.pgh.pa.us> References: <1270189232.5018.7.camel@hp-laptop2.gunduz.org> <345.1270234214@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Fri, 02 Apr 2010 14:50:14 -0400" Date: Fri, 02 Apr 2010 16:10:26 -0400 Message-ID: <3466.1270239026@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.464 tagged_above=-10 required=5 tests=AWL=0.135, BAYES_00=-2.599 X-Spam-Level: X-Archive-Number: 201004/15 X-Sequence-Number: 5414 I wrote: > For an actual fix, it looks like we have got three alternatives: > * find out what's chewing up so many strings and get rid of it. Some tracing suggests that there may indeed be a single culprit that we could fix or nuke. Practically all of the string pool is consumed by strings like these: x@116714 p@116714 x@116715 p@116715 x@116718 p@116718 x@116719 p@116719 x@116720 p@116720 x@116721 p@116721 x@116722 p@116722 These are presumably names of TeX control sequences, but I haven't found what's defining them. regards, tom lane