pgsql: Clean up a few places where Datums were being treated as pointers - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up a few places where Datums were being treated as pointers
Date
Msg-id 20080412232104.3A0CD7559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        varlena.c (r1.164 -> r1.165)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/varlena.c?r1=1.164&r2=1.165)
    pgsql/src/backend/utils/mb:
        mbutils.c (r1.69 -> r1.70)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create new routines systable_beginscan_ordered,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Turn the -i/--ignore-version options of pg_dump and pg_dumpall