Re: XML binary I/O (was Re: tsearch refactorings) - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: XML binary I/O (was Re: tsearch refactorings)
Date
Msg-id 46EA8ECD.3020903@enterprisedb.com
Whole thread Raw
In response to Re: XML binary I/O (was Re: tsearch refactorings)  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Responses Re: XML binary I/O (was Re: tsearch refactorings)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Heikki Linnakangas wrote:
> Alvaro Herrera wrote:
>> Heikki Linnakangas wrote:
>>
>>> + -- Basic test
>>> + COPY xmltest TO '/home/hlinnaka/pg_sandbox/pgsql.cvshead/src/test/regress/results/xmltest.data' WITH BINARY;
>>> + TRUNCATE xmltest;
>>> + COPY xmltest FROM '/home/hlinnaka/pg_sandbox/pgsql.cvshead/src/test/regress/results/xmltest.data' WITH BINARY;
>>> + SELECT * FROM xmltest;
>>> +  id |        data
>>> + ----+--------------------
>>> +   1 | <value>one</value>
>>> +   2 | <value>two</value>
>>> + (2 rows)
>> This isn't going to work ...
>
> Care to elaborate?
>
> We could test a lot more, but that at least calls the send/recv functions.

Oh, I see what you mean. Yeah, the absolute paths need to be fixed :).

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: XML binary I/O (was Re: tsearch refactorings)
Next
From: "Sibte Abbas"
Date:
Subject: Re: psql slash# command