Deal with PostgreSQL 14 while processing pg_terminate_backend().
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 16 Nov 2021 00:45:31 +0000 (09:45 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 16 Nov 2021 00:48:02 +0000 (09:48 +0900)
commitb1f7b69b0d1853053f60bb4708bfef79d950fb8c
tree0348c2831d668b5690f368a4d95479c88e4b970a
parent4de8698a65399de5363ad35114f955ae40f3775c
Deal with PostgreSQL 14 while processing pg_terminate_backend().

Do not reject two arguments form of pg_terminate_backend() as
PostgreSQL 14 or after accept two arguments.
src/utils/pool_select_walker.c