Re: How to copy Datum

From: "Wang, Chaoyong" <Chaoyong(dot)Wang(at)emc(dot)com>
To: "Nicolas Barbier" <nicolas(dot)barbier(at)gmail(dot)com>
Cc: <pgsql-cluster-hackers(at)postgresql(dot)org>
Subject: Re: How to copy Datum
Date: 2012-08-22 09:36:00
Message-ID: 95FA8B25DB5E2D4E889EB9BEB6A6406F3CB0CB@CORPUSMX30B.corp.emc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cluster-hackers

Sorry, it's my mistake, I was intended to send to -hackers, but I clicked the wrong email.
Anyway, I have solved the problem, thanks.

-----Original Message-----
From: Nicolas Barbier [mailto:nicolas(dot)barbier(at)gmail(dot)com]
Sent: 2012年8月22日 17:30
To: Wang, Chaoyong
Cc: pgsql-cluster-hackers(at)postgresql(dot)org
Subject: Re: [pgsql-cluster-hackers] How to copy Datum

2012/8/21 Wang, Chaoyong <Chaoyong(dot)Wang(at)emc(dot)com>:

[..]

> But when the copied transValue is passed to the invoke function, here is
> int4_avg_accum, the ArrayType returned from PG_GETARG_ARRAYTYPE_P(0) is
> null.
>
> Which means the copy action is failed.
>
> Anybody know why? Or give me some suggestions? Thanks very much.

I suggest you ask this question on -hackers instead of here on
-cluster-hackers, as it doesn’t seem to have anything to do with
clustering.

Nicolas

--
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?

In response to

Browse pgsql-cluster-hackers by date

  From Date Subject
Next Message John Nash 2012-10-15 08:22:00 WebSphere Application Server support for postgres
Previous Message Nicolas Barbier 2012-08-22 09:29:42 Re: How to copy Datum