[Postgres-xl-general] all pgxl nodes running properly, but cannot connect with psql

Pavan Deolasee pavan.deolasee at gmail.com
Thu Sep 22 02:02:53 PDT 2016


On Thu, Sep 22, 2016 at 2:28 PM, Samba <saasira at gmail.com> wrote:

> Pavan,
> your suggestion (-h /tmp) worked; it now connected by unix socket method.
>
> *PGXC* psql -p 30001 -h /tmp postgres
> psql (PGXL 9.5r1.3, based on PG 9.5.4 (Postgres-XL 9.5r1.3))
> Type "help" for help.
>
> postgres=# \q
> *PGXC*
>
> however, the psql binary is not any old one, it is from within the
> postgres-xl 9.5-rc1 distribution.
>
> Here is further proof:
>
> *PGXC* psql --version
> psql (Postgres-XL) 9.5r1.3
> (based on PostgreSQL) 9.5.4 (Postgres-XL 9.5r1.3)
> *PGXC *
>
> by any chance is it any regression? but someone would have reported this
> by now as it has been more than for months since 9.5-RC1 is released.
>
>
That only shows the psql version, but not which libpq library the binary is
using. May be try ldd or whatever works on your platform to see which
dynamic libraries the psql binary is linking to.

Thanks,
Pavan

-- 
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.postgres-xl.org/pipermail/postgres-xl-general-postgres-xl.org/attachments/20160922/f9416d89/attachment.htm>


More information about the postgres-xl-general mailing list