Another XML build issue

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Another XML build issue
Date: 2015-12-14 15:40:23
Message-ID: CACjxUsOGS+koX-zx1sWWWJnBfPgc4+0YScERmctcjeZp8LATVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Today, on my ubuntu 14.04 LTS system, I saw an XML change come through
with updates. My build on master is now broken with this:

*** /home/kgrittn/pg/master/src/test/regress/expected/xml.out
2015-11-23 08:15:28.206336200 -0600
--- /home/kgrittn/pg/master/src/test/regress/results/xml.out
2015-12-14 09:29:40.489533194 -0600
***************
*** 271,279 ****
line 1: Document is empty

^
- line 1: Start tag expected, '<' not found
-
- ^
SELECT xmlparse(document ' ');
ERROR: invalid XML document
DETAIL: line 1: Start tag expected, '<' not found
--- 271,276 ----

======================================================================

Any ideas on what to do about this one?

I could certainly push yet another version of the expected file, but
I'm not sure that's the thing to do. I don't see it in the buildfarm
yet, but that's probably just a matter of time.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-12-14 15:44:12 Re: Another XML build issue
Previous Message Robert Haas 2015-12-14 15:21:38 Re: [COMMITTERS] pgsql: pg_rewind: Don't error if the two clusters are already on the sa