Clean up a few places where Datums were being treated as pointers without

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ba1c463096b750b4aa4b692c3fe7c7cc9fbfbd45
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-04-12T23:21:04Z
Releases: 8.4.0
Clean up a few places where Datums were being treated as pointers without
going through DatumGetPointer or some other "official" conversion macro.
Not actually a bug, since Datum the same size as pointer is the only
supported case at the moment, but good cleanup for the future.

Gavin Sherry

Files

PathChange+/−
src/backend/utils/adt/varlena.c modified +3 −2
src/backend/utils/mb/mbutils.c modified +3 −3