Clean up a few places where Datums were being treated as pointers (and vice
Alvaro Herrera <alvherre@alvh.no-ip.org>
Clean up a few places where Datums were being treated as pointers (and vice versa) without going through DatumGetPointer. Gavin Sherry, with Feng Tian.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/heaptuple.c | modified | +3 −3 |
| src/backend/access/common/indextuple.c | modified | +4 −4 |
| src/backend/access/common/printtup.c | modified | +5 −5 |
| src/backend/access/common/reloptions.c | modified | +5 −5 |
| src/backend/access/heap/tuptoaster.c | modified | +25 −24 |
| src/backend/utils/fmgr/fmgr.c | modified | +4 −4 |
| src/pl/plpgsql/src/pl_exec.c | modified | +10 −9 |