about the src codes - Mailing list pgsql-general

From zhuangjifeng
Subject about the src codes
Date
Msg-id 20031027032841.7E4721BB27@smtp.263.net
Whole thread Raw
List pgsql-general
<pre><pre>i find i have some difficulties to understand this structure.can you help me?Thank you!</pre><pre>struct
_DestReceiver<br/>{<br /> /* Called for each tuple to be output: */<br /> void  (*receiveTuple) (HeapTuple tuple,
TupleDesctypeinfo  DestReceiver *self);// is it a function or others??<br /> /* Initialization and teardown: */<br
/> void  (*setup)(DestReceiver *self, TupleDesc typeinfo);<br /> void  (*cleanup) (DestReceiver *self);<br /> /*
Privatefields might appear beyond this point... */<br />};</pre></pre> ========================== 263电子邮件-信赖邮自专业 

pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: shared memory on OS X - 7.4beta4
Next
From: BlakJak
Date:
Subject: Re: incrementing and decrementing dates by day increments