python - be: Move the TIF_Repr into htup_repr.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Move the TIF_Repr into htup_repr.
Дата
Msg-id 20050422223518.DB89F1FB6E65@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Move some utility routines to tupledesc.c
Следующее
От: kimhanse@pgfoundry.org (User Kimhanse)
Дата:
Сообщение: tablelog - tablelog: Split table_log.c into two files, logging vs.