datum passed to macro which expects a pointer - Mailing list pgsql-patches

From Gavin Sherry
Subject datum passed to macro which expects a pointer
Date
Msg-id 20080412213813.GF26250@europa.idg.com.au
Whole thread Raw
Responses Re: datum passed to macro which expects a pointer
List 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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Terminating a backend
Next
From: Tom Lane
Date:
Subject: Re: datum passed to macro which expects a pointer