Re: Rethink the wait event names for postgres_fdw, dblink and etc - Mailing list pgsql-hackers

From Masahiro Ikeda
Subject Re: Rethink the wait event names for postgres_fdw, dblink and etc
Date
Msg-id b6c00f40075040dcb71f38360a6f45d0@oss.nttdata.com
Whole thread Raw
In response to Re: Rethink the wait event names for postgres_fdw, dblink and etc  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Rethink the wait event names for postgres_fdw, dblink and etc
List pgsql-hackers
Hi,

Thanks for your comments.

I updated the patch to v2.
* Update a comment instead writing documentation about
   the wait events for pg_prewarm.
* Make the name of wait events which are different code
   path different. Add DblinkGetConnect and PgPrewarmDumpShutdown.
* Make variable names shorter like pgfdw_we_receive.
* Update documents.
* Add some tests with pg_wait_events view.

Regards,
-- 
Masahiro Ikeda
NTT DATA CORPORATION
Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Extract numeric filed in JSONB more effectively
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Fix pg_stat_reset_single_table_counters function