[COMMITTERS] pgsql: doc: Add missing include in example code - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Add missing include in example code
Date
Msg-id E1cZPH6-00048f-Gu@gemulon.postgresql.org
Whole thread Raw
List 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@hme.com

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix mishandling of tSRFs at different nesting levels.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix placement of initPlans when forcibly materializing asubplan