pgsql: Applied Zoltan's patch to remove hardware dependant offset

Поиск
Список
Период
Сортировка
От meskes@postgresql.org (Michael Meskes)
Тема pgsql: Applied Zoltan's patch to remove hardware dependant offset
Дата
Msg-id 20100106094405.3552C75441B@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset
Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset
Список pgsql-committers
Log Message:
-----------
Applied Zoltan's patch to remove hardware dependant offset logging and
superfluous include files.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        sqlda.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/sqlda.c?r1=1.1&r2=1.2)
    pgsql/src/interfaces/ecpg/test/expected:
        compat_informix-sqlda.stderr (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr?r1=1.1&r2=1.2)
        sql-sqlda.stderr (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.stderr?r1=1.1&r2=1.2)

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

Предыдущее
От: itagaki@postgresql.org (Takahiro Itagaki)
Дата:
Сообщение: pgsql: Support rewritten-based full vacuum as VACUUM FULL.
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: And another one