[PATCH] Add _PG_init to PL language handler documentation

From: Jonathan Leto <jaleto(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Add _PG_init to PL language handler documentation
Date: 2010-05-25 08:34:12
Message-ID: AANLkTiljnGuli0vtVPKHqU8c62RpkF_4w3OWMd7618y9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Howdy,

This tiny doc patch adds _PG_init to the skeleton example code for a
PL. The information is quite valuable to PL authors, who might miss it
when it is described in the shared library documentation.

This patch was based off of 6e2ba96 in the git mirror and a colorized
diff can be viewed here:

http://github.com/leto/postgres/commit/a9e265a7f55a0605fb4c6135f0f689c8b89e9623

Duke

--
Jonathan "Duke" Leto
jonathan(at)leto(dot)net
http://leto.net

Attachment Content-Type Size
pginit.patch application/octet-stream 421 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-25 08:41:30 Re: Idea for getting rid of VACUUM FREEZE on cold pages
Previous Message Takahiro Itagaki 2010-05-25 08:32:20 Re: pg_stat_transaction patch