Re: Hot Standby (v9d) - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: Hot Standby (v9d)
Date
Msg-id 497A97E0.2090502@paradise.net.nz
Whole thread Raw
In response to Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Hot Standby (v9d)  (Simon Riggs <simon@2ndQuadrant.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle
Next
From: Andrew Dunstan
Date:
Subject: Re: foreign_data test fails with non-C locale