Clean up a few places where Datums were being treated as pointers without
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/varlena.c | modified | +3 −2 |
| src/backend/utils/mb/mbutils.c | modified | +3 −3 |