Add comments about the need to avoid uninitialized bits in datatype values.

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

Commit: 4f6c75b541385eb2d48f7ef62c1c323ec2642134
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-27T18:06:22Z
Releases: 9.1.0
Add comments about the need to avoid uninitialized bits in datatype values.

There was already one recommendation in the documentation about writing
C functions to ensure padding bytes are zeroes, but make it stronger.

Also fix an example that was still using direct assignment to a varlena
length word, which no longer works since the varvarlena changes.

Files

PathChange+/−
doc/src/sgml/xfunc.sgml modified +20 −6