Re: Hot Standby (v9d)

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Hot Standby (v9d)
Дата
Msg-id 497A97E0.2090502@paradise.net.nz
обсуждение исходный текст
Ответ на Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:
> On Thu, 2009-01-22 at 22:35 +0000, Simon Riggs wrote:
>
>   
>> * Bug fix v9 over next few days
>>     
>
> version 9g - please use this for testing now
>
>   

I'm doing some test runs with this now. I notice an old flatfiles 
related bug has reappeared:

master:

=# create database test;

slave:

=# select datname from pg_database where datname like 'test';datname
---------test
(1 row)

postgres=# \c test
FATAL:  database "test" does not exist
Previous connection kept



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: foreign_data test fails with non-C locale