RE: [Proposal] Add foreign-server health checks infrastructure
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'Andres Freund' <andres@anarazel.de>
Cc: 'Önder Kalacı' <onderkalaci@gmail.com>, Fujii Masao <masao.fujii@oss.nttdata.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "Shinya11.Kato@oss.nttdata.com" <Shinya11.Kato@oss.nttdata.com>, "zyu@yugabyte.com" <zyu@yugabyte.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: 2022-12-07T05:59:14Z
Lists: pgsql-hackers
Attachments
- v20-0001-Add-PQConncheck-to-libpq.patch (application/octet-stream) patch v20-0001
- v20-0002-postgres_fdw-add-postgres_fdw_verify_connection_.patch (application/octet-stream) patch v20-0002
- v20-0003-add-test.patch (application/octet-stream) patch v20-0003
Dear Andres, > This is failing on cfbot / CI, as have prior versions. Thank you for notifying to me. I attached newer versions. > The failure happens everywhere except on linux, so presumably there's some > portability issue in the patch. Yes, you are right. This feature can be used only for linux, and previous patches seemed to have bad files. > Note that you can test CI in your own repository, as explained in > src/tools/ci/README Thank you for your information. Actually I was in trouble because I don't have such machines for developing postgres. I have confirmed that newer patches could pass the test CI. Best Regards, Hayato Kuroda FUJITSU LIMITED
Commits
-
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
- 4f08ab554577 18.0 landed
-
postgres_fdw: Fix bug in connection status check.
- 454aab4b738e 18.0 landed
-
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
- 857df3cef7be 18.0 landed
-
postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().
- c297a47c5f8d 18.0 landed
-
doc: Enhance documentation for postgres_fdw_get_connections() output columns.
- 284c030a10b8 18.0 landed
-
Avoid reference to nonexistent array element in ExecInitAgg().
- 92957ed98c5c 16.0 cited
-
Add WL_SOCKET_CLOSED for socket shutdown events.
- 50e570a59e7f 15.0 cited
-
postgres_fdw: reestablish new connection if cached one is detected as broken.
- 32a9c0bdf493 14.0 cited