Re: Deadlock between concurrent index builds on different tables

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Deadlock between concurrent index builds on different tables
Дата
Msg-id 20171227004303.GB1727@paquier.xyz
обсуждение исходный текст
Ответ на Re: Deadlock between concurrent index builds on different tables  (Alban Hertroys <haramrae@gmail.com>)
Список pgsql-hackers
On Wed, Dec 27, 2017 at 12:27:05AM +0100, Alban Hertroys wrote:
>
>> On 26 Dec 2017, at 18:11, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
>
> …
>
> > 3. configure and make
> >   ./configure <configure options>
> >   make
> >   make install
>
> …
>
> > For the options in step 3 you could use whatever your current server
> > has; use "pg_config --configure" to find these out.  You're gonna need
> > same flags if you want to use your existing data directory.
>
> Does that mean that at step 3 one could issue this?:
>
> ./configure `pg_config —configure`
>
> If I had the sources at hand, I'd try that myself, but I don't and getting those is frankly a bit of a hassle to just
testout whether that works ;) 

For this issue I don't think that you are going to care much about
dependencies with low-level libraries like SSL or such as the behavior
is in integrality linked with PostgreSQL internals and the physical
representation of how transactions are handled with system catalogs. In
short there is no need to be fancy :)
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256
Следующее
От: Raúl Marín Rodríguez
Дата:
Сообщение: Re: [HACKERS] pow support for pgbench