Re: streaming replication does not work across datacenter with 20ms latency?

From: "Tomas Vondra" <tv(at)fuzzy(dot)cz>
To: "Yan Chunlu" <springrider(at)gmail(dot)com>
Cc: "Fujii Masao" <masao(dot)fujii(at)gmail(dot)com>, "Tomas Vondra" <tv(at)fuzzy(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: streaming replication does not work across datacenter with 20ms latency?
Date: 2011-07-25 12:18:59
Message-ID: 5973a42efbf1773cdae81a9d7a010930.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 25 Červenec 2011, 11:39, Yan Chunlu wrote:
> I am using debian ant apt-get to install postgresql, dpkg list shows
> they are the same? is there anyway to tell what's version it is
> compiled from? thanks!

AFAIK there's no way to find out which compiler was used to build
PostgreSQL binaries (IIRC this is not in pg_config). So you can do this

gcc --version

That should print version of the default compiler, and it's very likely it
was used to build the PostgreSQL binaries. If it's 4.6.0, you've been hit
by the problem Fujii Masao described. Use a different gcc version and it
should work fine.

Tomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yan Chunlu 2011-07-25 12:44:20 Re: streaming replication does not work across datacenter with 20ms latency?
Previous Message Mario Puntin 2011-07-25 11:56:15 Re: Disallow access from psql, or allow access only from specific client app