Re: Hot Standby (v9d)

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Hot Standby (v9d)
Date: 2009-01-24 04:24:00
Message-ID: 497A97E0.2090502@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-01-24 04:57:03 Re: foreign_data test fails with non-C locale
Previous Message Robert Haas 2009-01-24 02:18:19 Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle