[pgpool-hackers: 4061] pg_terminate_backend

Tatsuo Ishii ishii at sraoss.co.jp
Mon Nov 15 15:24:31 JST 2021


Hi Usama,

Now that the number of argument in pg_terminate_backend of PostgreSQL
14 is 2, rather than 1, I think we need to update pool_select_walker.c:

			if (ctx->pg_terminate_backend_pid == 0 && strcmp("pg_terminate_backend", strVal(llast(fcall->funcname))) == 0)
			{
				if (list_length(fcall->args) == 1)
				{

What do you think?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list