Clean up a few places where Datums were being treated as pointers without
authorTom Lane
Sat, 12 Apr 2008 23:21:04 +0000 (23:21 +0000)
committerTom Lane
Sat, 12 Apr 2008 23:21:04 +0000 (23:21 +0000)
commitba1c463096b750b4aa4b692c3fe7c7cc9fbfbd45
treec77d60272c26257e97cec5257d2383188e3e1180
parentec498cdcbb7e7b430acc7236ab19ef70f116441a
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