Re: A new function to wait for the backend exit after termination
От
Muhammad Usama
Тема
Re: A new function to wait for the backend exit after termination
Дата
Msg-id
160674717155.7563.13439910553399269588.pgcf@coridan.postgresql.org
Ответ на
Re: A new function to wait for the backend exit after termination (Bharath Rupireddy)
Список
Дерево обсуждения
A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination Magnus Hagander <magnus@hagander.net>
Re: A new function to wait for the backend exit after termination Andres Freund <andres@anarazel.de>
Re: A new function to wait for the backend exit after termination "David G. Johnston" <david.g.johnston@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination "David G. Johnston" <david.g.johnston@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination Fujii Masao <masao.fujii@oss.nttdata.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination Muhammad Usama <m.usama@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination Muhammad Usama <m.usama@gmail.com>
RE: A new function to wait for the backend exit after termination "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Re: A new function to wait for the backend exit after termination Tom Lane <tgl@sss.pgh.pa.us>
RE: A new function to wait for the backend exit after termination "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
RE: A new function to wait for the backend exit after termination "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
RE: A new function to wait for the backend exit after termination "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
RE: A new function to wait for the backend exit after termination "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination hou zhijie <houzj.fnst@cn.fujitsu.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination "David G. Johnston" <david.g.johnston@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Re: A new function to wait for the backend exit after termination "David G. Johnston" <david.g.johnston@gmail.com>
Re: A new function to wait for the backend exit after termination Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation: not tested I have tested the patch against current master branch (commit:6742e14959a3033d946ab3d67f5ce4c99367d332) Both functions work without a problem and as expected. Just a tiny comment/suggestion. specifying a -ve timeout in pg_terminate_backed rightly throws an error, I am not sure if it would be right or a wrong approach but I guess we can ignore -ve timeout in pg_terminate_backend function when wait (second argument) is false. e.g. pg_terminate_backend(12320, false,-1); -- ignore -1 timout since wait is false The new status of this patch is: Ready for Committer
В списке pgsql-hackers по дате отправления