garbage in xml regress test - Mailing list pgsql-hackers

From Pavel Stehule
Subject garbage in xml regress test
Date
Msg-id CAFj8pRBaGHL1fVW0XjXtd4J0oFaV0OxEU3_LiJ6130uvpc_hmA@mail.gmail.com
Whole thread Raw
Responses Re: garbage in xml regress test  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi

When I checked result of xml test I found some strange lines in expected/xml.out file

It is little bit strange - regress test reports ok, but diff is not empty

[pavel@nemesis regress]$ diff results/xml.out expected/xml.out
11a12,13
> <wrong
>       ^
63a66,67
> <syntax
>        ^
222a227,228
> <invalidentity>&</invalidentity>
>                                 ^
228a235,236
> <undefinedentity>&idontexist;</undefinedentity>
>                                                ^
246a255,256
> <twoerrors>&idontexist;</unbalanced>
>                                     ^
247a258,259
> <twoerrors>&idontexist;</unbalanced>
>                                     ^
256a269,270
>   
>    ^
273a288,289
> <invalidentity>&</abc>
>                       ^
279a296,297
> <undefinedentity>&idontexist;</abc>
>                                    ^
297a316,317
> <twoerrors>&idontexist;</unbalanced>
>                                     ^

Regards

Pavel

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: No longer possible to query catalogs for index capabilities?