Re: Let's invent a function to report lock-wait-blocking PIDs

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Let's invent a function to report lock-wait-blocking PIDs
Дата
Msg-id CA+U5nMJ1bJ41hYL2r5zqSt_5PNcXbSwv-YeNsVKZ1Zjjc2QpiA@mail.gmail.com
обсуждение исходный текст
Ответ на Let's invent a function to report lock-wait-blocking PIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Let's invent a function to report lock-wait-blocking PIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 20 March 2013 18:02, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The API that comes to mind is (name subject to
> bikeshedding)
>
>         pg_blocking_pids(pid int) returns int[]
>

Useful. Can we also have an SRF rather than an array?

Does the definition as an array imply anything about our ability to
join an SRF to an array?

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: [PATCH] Exorcise "zero-dimensional" arrays (Was: Re: Should array_length() Return NULL)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Should commit_delay be PGC_SIGHUP?