Doc and comment patch for packed varlena

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Doc and comment patch for packed varlena
Date: 2007-05-09 17:28:58
Message-ID: 871whphpnp.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Caught someone using PG_DETOAST_PACKED and VARDATA_ANY on a structure that
required alignment so I guess some more prominent warnings are in order. I
also added a paragraph to the "User-Defined Types" chapter on using these
macros since it seems like they're a hit.

Attachment Content-Type Size
unaligned-warning.diff text/x-diff 6.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jim Nasby 2007-05-09 18:01:18 Have vacuum emit a warning when it runs out of maintenance_work_mem
Previous Message Michael Meskes 2007-05-09 09:04:03 Re: ECPG patch to use prepare for improved performance