Clean up a few places where Datums were being treated as pointers (and vice
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Apr 2008 21:37:28 +0000 (21:37 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Apr 2008 21:37:28 +0000 (21:37 +0000)
commitf74ca580e2f9109cde670c3a1056103ce9d6b12b
tree2975740f9078bd0308b326e70613aee8a16c4344
parentd7f5f6dfa7b680097beca620227ddbd6807adc87
Clean up a few places where Datums were being treated as pointers (and vice
versa) without going through DatumGetPointer.

Gavin Sherry, with Feng Tian.
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/printtup.c
src/backend/access/common/reloptions.c
src/backend/access/heap/tuptoaster.c
src/backend/utils/fmgr/fmgr.c
src/pl/plpgsql/src/pl_exec.c