Re: pgsql: Fix the assert_enabled issue properly.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Fix the assert_enabled issue properly.
Дата
Msg-id 1136758573.21025.323.camel@localhost.localdomain
обсуждение исходный текст
Ответ на pgsql: Fix the assert_enabled issue properly.  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Fix the assert_enabled issue properly.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Sun, 2006-01-08 at 17:24 -0400, Tom Lane wrote:
> Log Message:
> -----------
> Fix the assert_enabled issue properly.  This eliminates the former ABI
> difference between USE_ASSERT_CHECKING and not: the assert_enabled
> variable is always there.
>
> Modified Files:
> --------------
>     pgsql/contrib/ltree:
>         _ltree_gist.c (r1.14 -> r1.15)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.14&r2=1.15)
>         ltree_gist.c (r1.12 -> r1.13)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltree_gist.c.diff?r1=1.12&r2=1.13)
>     pgsql/src/backend/port:
>         ipc_test.c (r1.18 -> r1.19)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/ipc_test.c.diff?r1=1.18&r2=1.19)
>     pgsql/src/backend/utils/misc:
>         guc.c (r1.307 -> r1.308)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.307&r2=1.308)
>     pgsql/src/include:
>         postgres.h (r1.71 -> r1.72)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/postgres.h.diff?r1=1.71&r2=1.72)
>

I'm not seeing any of these changes yet. I've updated a couple of times
now and these new versions aren't being brought back.

Is there an extensive time delay built into the repository? Or?

Best Regards, Simon Riggs


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Stop perl from hijacking stdio and other
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Rationalise perl header inclusions via a common include file,