pgsql: Clean up a few places where Datums were being treated as pointers

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up a few places where Datums were being treated as pointers
Date: 2008-04-17 21:37:28
Message-ID: 20080417213728.836B37559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up a few places where Datums were being treated as pointers (and vice
versa) without going through DatumGetPointer.

Gavin Sherry, with Feng Tian.

Modified Files:
--------------
pgsql/src/backend/access/common:
heaptuple.c (r1.120 -> r1.121)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/heaptuple.c?r1=1.120&r2=1.121)
indextuple.c (r1.85 -> r1.86)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/indextuple.c?r1=1.85&r2=1.86)
printtup.c (r1.101 -> r1.102)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/printtup.c?r1=1.101&r2=1.102)
reloptions.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.9&r2=1.10)
pgsql/src/backend/access/heap:
tuptoaster.c (r1.86 -> r1.87)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/tuptoaster.c?r1=1.86&r2=1.87)
pgsql/src/backend/utils/fmgr:
fmgr.c (r1.114 -> r1.115)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c?r1=1.114&r2=1.115)
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.209 -> r1.210)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.209&r2=1.210)

Browse pgsql-committers by date

  From Date Subject
Next Message Gregory Stark 2008-04-18 00:14:30 Re: pgsql: Fix a couple of oversights associated with the "physical tlist"
Previous Message Tom Lane 2008-04-17 21:22:23 pgsql: Fix a couple of oversights associated with the "physical tlist"