datum passed to macro which expects a pointer

From: Gavin Sherry <swm(at)alcove(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: datum passed to macro which expects a pointer
Date: 2008-04-12 21:38:13
Message-ID: 20080412213813.GF26250@europa.idg.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This may seem a little pedantic but I noticed a few places where we pass
a datum to a macro which treats the datum as a pointer. This works now
but might not in the future (if, say, Datum were to be 8 bytes).

Thanks,

Gavin

Attachment Content-Type Size
datum.diff text/x-diff 2.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-04-12 22:02:39 Re: datum passed to macro which expects a pointer
Previous Message Bruce Momjian 2008-04-12 16:18:34 Re: [HACKERS] Terminating a backend