Re: Why does pg_standby require libpq.so.5?

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Why does pg_standby require libpq.so.5?
Date: 2009-06-25 10:14:11
Message-ID: 1245924851.4038.66.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Thu, 2009-06-25 at 13:50 +0900, Fujii Masao wrote:

> I wonder why pg_standby requires libpq.so.5. We should get rid of
> PG_LIB settings from contrib/pg_standby/Makefile? Here is the patch
> to do so.
>
> Am I missing something?

It's good. Checked and ready to apply.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-06-25 10:59:15 Resolving pg_standby -l
Previous Message Dimitri Fontaine 2009-06-25 09:38:22 Re: Extensions User Design