Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Date: 2010-01-22 17:13:02
Message-ID: 1264180382.1905.5.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, 2010-01-22 at 16:40 +0000, Robert Haas wrote:
> Log Message:
> -----------
> Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general
> mechanism.

I think this broke doc builds:

openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
openjade:ref/alter_table.sgml:162:156:E: end tag for "LITERAL" omitted, but OMITTAG NO was specified
openjade:ref/alter_table.sgml:162:10: start tag was here
openjade:ref/alter_table.sgml:162:166:E: end tag for element "LITERAL" which is not open
openjade:ref/alter_table.sgml:164:13:E: document type does not allow element "LISTITEM" here
openjade:ref/alter_table.sgml:191:17:E: end tag for "TERM" omitted, but OMITTAG NO was specified
openjade:ref/alter_table.sgml:163:4: start tag was here
openjade:ref/alter_table.sgml:191:17:E: end tag for "VARLISTENTRY" which is not finished
gmake: *** [HTML.index] Error 1
gmake: *** Deleting file `HTML.index'

--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-01-22 17:22:44 Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Previous Message Robert Haas 2010-01-22 16:42:31 pgsql: Fix several oversights in previous commit - attribute options

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-01-22 17:22:44 Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Previous Message Boszormenyi Zoltan 2010-01-22 17:11:51 Re: ECPG patch 4.1, out-of-scope cursor support in native mode