Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZP7bn-00073V-Mj for pgsql-docs@arkaria.postgresql.org; Tue, 11 Aug 2015 11:20:43 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZP7bn-00083a-1P for pgsql-docs@arkaria.postgresql.org; Tue, 11 Aug 2015 11:20:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZP7bm-000837-5o for pgsql-docs@postgresql.org; Tue, 11 Aug 2015 11:20:42 +0000 Received: from mail-io0-x22c.google.com ([2607:f8b0:4001:c06::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZP7be-0000KX-JT for pgsql-docs@postgresql.org; Tue, 11 Aug 2015 11:20:41 +0000 Received: by iods203 with SMTP id s203so1433604iod.0 for ; Tue, 11 Aug 2015 04:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mqUY5/DuyEd8F7S4sdktATFLYdZ+/6/mglcRrVTAL9E=; b=wKRzNi/rVMj+mlt9wAhzefyX9oSsAt6CbQNcsPnul3gXO7zOT1GRBRBBro2I7JUrd3 oGL26UnW3FCHSBs2pQXlXkTzScsFsfUctpzHz9gKZcFWr/TuGdaRFLOGYw2MYl2sSk/E FKre/drIJ9+dEDK5/hJH2Gq5RFmnIbQZyKk7FcWH0m+pPWujad/4MI7PlccdbVQVNPtV Gw3JAX1ngVwZSoaBb/v9ymue5hbDRO1zqqmC190fiz1UzHWPYtrKPOQYvrxS/Be81uzu rnRJ+yrlpwv6XhgHVwd4Cjque0O/NtBWs9gOJgJju03EWy3vTMuRehL9H9hlsLs2x15F rMCw== MIME-Version: 1.0 X-Received: by 10.107.10.144 with SMTP id 16mr32022698iok.43.1439292032781; Tue, 11 Aug 2015 04:20:32 -0700 (PDT) Received: by 10.79.111.196 with HTTP; Tue, 11 Aug 2015 04:20:32 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Aug 2015 14:20:32 +0300 Message-ID: Subject: Re: 36.3 Writing Tigger Functions in C From: Dmitry Igrishin To: pgsql-docs Content-Type: multipart/alternative; boundary=001a113f940e579412051d074a13 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a113f940e579412051d074a13 Content-Type: text/plain; charset=UTF-8 2015-08-11 13:47 GMT+03:00 Dmitry Igrishin : > Subparagparh 3: > I suggest to replace: > "but it is passed a "context" pointer pointing to a TriggerData > structure" > with > "but it is passed a "context" pointer to a structure of type > TriggerData" > Oops, it's even better to replace with "but it is passed a "context" pointer", because the need of use CALLED_AS_TRIGGER macro described hereinafter. -- // Dmitry. --001a113f940e579412051d074a13 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2015-08-11 13:47 GMT+03:00 Dmitry Igrishin <dmitigr@gmail.com><= /span>:
Subparagparh 3:<= div>I suggest to replace:
"but it is passed a "context&= quot; pointer pointing to a TriggerData
structure"
with
"but it is passed a "context" pointer to a s= tructure of type
TriggerData"
O= ops, it's even better to replace with
"but it is passed = a "context" pointer", because the need of
use CALL= ED_AS_TRIGGER macro described hereinafter.


--
// = Dmitry.

--001a113f940e579412051d074a13--