pgsql: Add missing closing / in xsd:restriction, and remove some

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing closing / in xsd:restriction, and remove some
Date: 2007-11-10 19:29:54
Message-ID: 20071110192954.1E3AA7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing closing / in xsd:restriction, and remove some unnecessary
spaces for consistency. Per bug #3734 from Ben Leslie; fix by
Euler Taveira de Oliveira.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.55&r2=1.56)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2007-11-10 19:31:39 Re: pgsql: If an index depends on no columns of its table, give it a
Previous Message Bruce Momjian 2007-11-10 19:19:36 pgsql: High availability wording fix.