python - be: Move the TIF_Repr into htup_repr.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Move the TIF_Repr into htup_repr.
Date: 2005-04-22 22:35:18
Message-ID: 20050422223518.DB89F1FB6E65@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kimhanse 2005-04-22 23:11:02 tablelog - tablelog: Split table_log.c into two files, logging vs.
Previous Message James William Pye 2005-04-22 22:30:21 python - be: Move some utility routines to tupledesc.c