Clean up a few places where Datums were being treated as pointers without
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Apr 2008 23:21:04 +0000 (23:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Apr 2008 23:21:04 +0000 (23:21 +0000)
commit1c4d05e85ae467093b3d7391b69e5787ae9c0d11
treec94a725bd28517be1bd129244c649219f6029261
parent447f7364dd7227a32b58a2aff24f587dd7d7051a
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
src/backend/utils/adt/varlena.c
src/backend/utils/mb/mbutils.c