pgsql: doc: Add missing include in example code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Add missing include in example code
Date: 2017-02-02 21:50:40
Message-ID: E1cZPH6-00048f-Gu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add missing include in example code

It's not broken because the header file is included via other headers,
but for better style we should be more explicit.

Reported-by: mthrockmorton(at)hme(dot)com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa09b9dcd57cbf18516332bf8310c12ef6f83715

Modified Files
--------------
doc/src/sgml/trigger.sgml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-03 00:11:49 pgsql: Fix placement of initPlans when forcibly materializing a subplan
Previous Message Tom Lane 2017-02-02 21:38:29 pgsql: Fix mishandling of tSRFs at different nesting levels.