Re: testing hot standby - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: testing hot standby
Date
Msg-id l2j3073cc9b1004092223r87d9ebdra14d84be74fe08f5@mail.gmail.com
Whole thread Raw
In response to testing hot standby  (Jaime Casanova <jcasanov@systemguards.com.ec>)
List pgsql-hackers
On Fri, Apr 9, 2010 at 3:39 PM, Jaime Casanova
<jcasanov@systemguards.com.ec> wrote:
> Hi,
>
> i'm startint to try Hot Standby & Streaming Replication, so i started
> a replication:
>

i think "make standbycheck" needs a little more work, why it isn't
accesible from top of source dir?

For now, to excercise it i have to do (on the standby server):
- cd src/test/regress
- psql -h ip_primary -f sql/hs_primary_setup.sql
- make standbycheck (and 2 tests fail for differences in the messages,
patch to fix attached)

just an idea, can't we use the info about primary_conninfo to know how
to execute the script hs_primary_setup.sql on the primary?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: GSoC - proposal - Materialized Views in PostgreSQL
Next
From: Yeb Havinga
Date:
Subject: Re: extended operator classes vs. type interfaces