python - be: Move the TIF_Repr into htup_repr. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Move the TIF_Repr into htup_repr.
Date
Msg-id 20050422223518.DB89F1FB6E65@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move the TIF_Repr into htup_repr. The tif repr routine is no longer necessary
as obj_repr will just use ts->typoutput(recordout), and it is unlikely for a
need to externalize again. (Although, if that is not the case it will likely
appear in heaptuple.c, instead of tif)
Remove unused contains function for now.
Various touch-ups.

Modified Files:
--------------
    be/src:
        tif.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/tif.c.diff?r1=1.3&r2=1.4)
        heaptuple.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/heaptuple.c.diff?r1=1.2&r2=1.3)
    be/include/pypg:
        tif.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/tif.h.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Move some utility routines to tupledesc.c
Next
From: kimhanse@pgfoundry.org (User Kimhanse)
Date:
Subject: tablelog - tablelog: Split table_log.c into two files, logging vs.