mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
4f6c75b541
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.