Re: Deadlock between concurrent index builds on different tables - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Deadlock between concurrent index builds on different tables
Date
Msg-id 20171227135620.ihv7oyiusyinq5tf@alvherre.pgsql
Whole thread Raw
In response to Re: Deadlock between concurrent index builds on different tables  (Alban Hertroys <haramrae@gmail.com>)
List pgsql-hackers
Alban Hertroys wrote:

> Does that mean that at step 3 one could issue this?:
> 
> ./configure `pg_config —configure`

Not exactly, because pg_config emits the arguments in quotes and the
shell passes them as is to configure which doesn't like that.  This
works:
    eval ./configure `pg_config --configure`

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Casey Link
Date:
Subject: pgcrypto rpm package
Next
From: PostgreSQL - Hans-Jürgen Schönig
Date:
Subject: Re: AS OF queries