Update the complex-datatype example to V1 function calling conventions,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6fbb14a17432681f80a98f64cc810a7871a0a757
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-21T22:51:14Z
Releases: 7.4.1
Update the complex-datatype example to V1 function calling conventions,
and add binary send/receive functions.  Fix some other grottiness such
as failure to mark the C functions STRICT.

Files

PathChange+/−
doc/src/sgml/xoper.sgml modified +18 −1
doc/src/sgml/xtypes.sgml modified +112 −36
src/tutorial/complex.c modified +134 −83
src/tutorial/complex.source modified +47 −16