python - be: Fix Portal seeking.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Fix Portal seeking.
Дата
Msg-id 20050817022327.9477D1125017@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix Portal seeking. _port_seek was mostly broken. Subsequently, seek based
operations like __getitem__ and __len__ were as well. Do error checking in
port_read to be sure the given object is a PyInt.

Additionally, add the "scroll" method. Like seek, but implies whence = 1, and
does not return the position difference.

Modified Files:
--------------
    be/src/call:
        portal.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/portal.c.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Minor cleanup.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix FSM warning to mention increasing max_fsm_pages.