postgresql/doc/src
Tom Lane 4f6c75b541 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.
2011-04-27 14:06:22 -04:00
..
sgml Add comments about the need to avoid uninitialized bits in datatype values. 2011-04-27 14:06:22 -04:00
Makefile Add maintainer-check target 2011-03-28 22:56:52 +03:00