Re: Lazy xid assignment V4

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Lazy xid assignment V4
Дата
Msg-id 46DF26AA.6010908@dunslane.net
обсуждение исходный текст
Ответ на Re: Lazy xid assignment V4  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: Lazy xid assignment V4
Re: Lazy xid assignment V4
Список pgsql-patches

Florian G. Pflug wrote:
>
> So, in essence, you get the old pg_locks format back by doing
> select l1.*, l2.transactionid as "transaction" from pg_locks l1,
> pg_locks l2
>   where l1.vxid = l2.vxid and l2.locktype = 'transaction'
>   and l2.mode='exclusive' and l2.granted=true.
>
> Hm.. Maybe we should put that into the docs or into the release notes?
>
>

or make it a system view?

cheers

andrew

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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Lazy xid assignment V4
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: HOT patch - version 15