Re: [GENERAL] C-Extenions for PostgreSQL, Call Convention Version 0

2008-01-03 Thread Tom Lane
"Harald Armin Massa" <[EMAIL PROTECTED]> writes: > Within the PostgreSQL-Documentation for 8.2, > http://www.postgresql.org/docs/8.2/interactive/xfunc-c.html, still I > find: > """Using call conventions version 0, we can define c_overpaid as:""" > That sound very tutorial-like; and so $I wonder:

Re: [GENERAL] C-Extenions for PostgreSQL, Call Convention Version 0

2008-01-03 Thread Pavel Stehule
Hello version 0 Calling Convention is really deprecated. From 8.2 manual: We present the "old style" calling convention first — although this approach is now deprecated, it's easier to get a handle on initially. Regards Pavel Stehule On 03/01/2008, Harald Armin Massa <[EMAIL PROTECTED]> wrote:

[GENERAL] C-Extenions for PostgreSQL, Call Convention Version 0

2008-01-03 Thread Harald Armin Massa
Hello, I am researching information about writing C-language-Functions for PostgreSQL. I came accross the slides of an OSCON 2004 tutorial of Joe Conway http://www.joeconway.com/tut_oscon_2004.pdf where he states: Version 0 Calling Convention • Deprecated • Has been since the 7.1 release. • Don'