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:30 +0000 (09:48 +0900)
commita5bedb66b63862005abfb6289f4f1650fea8e865
tree394b27d15f15d0f2c391d99d6ebdd624d1472b40
parent8bf7c7a56cf436e4e057e8458773c01bbab14abe
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