pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be
Дата
Msg-id 20080513154408.951D17559E9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
This is the patch replace offnum++ by OffsetNumberNext, to be
consistent.  OffsetNumberNext() has some casting that makes it useful.

Fujii Masao

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        pruneheap.c (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/pruneheap.c?r1=1.11&r2=1.12)
    pgsql/src/backend/executor:
        nodeBitmapHeapscan.c (r1.27 -> r1.28)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeBitmapHeapscan.c?r1=1.27&r2=1.28)
    pgsql/src/backend/storage/page:
        bufpage.c (r1.78 -> r1.79)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/page/bufpage.c?r1=1.78&r2=1.79)

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

Предыдущее
От: gleu@pgfoundry.org (User Gleu)
Дата:
Сообщение: pgsnap - pgsnap: Bugfix : fix -o option (per a patch from Pierre
Следующее
От: okbob@pgfoundry.org (User Okbob)
Дата:
Сообщение: orafce - orafce: some plunit assert function