Query about pg asynchronous processing support - Mailing list pgsql-hackers

From 杨逸存
Subject Query about pg asynchronous processing support
Date
Msg-id tencent_F097477ABF374C56040C0B817ED07698C806@qq.com
Whole thread Raw
Responses Re: Query about pg asynchronous processing support  (legrand legrand <legrand_legrand@hotmail.com>)
List pgsql-hackers
Dear hacker:
    I am an undergraduate from Nanjing University. I use pgsql source code for my own development. During processing each sql query in function 'exec_simple_query', I'm going to add some extra functions such as index recommendation, which should be asynchronous in respect to the sql query in order to ensure the effectiveness of query processing. So my problem is whether pg has some mechanisms supporting asnchronous processing while processing each sql query? 
    I am also pleased to dig into some detailed blogs or docs you recommend me. Looking forward to your reply!
    Yours, sincerely.

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Handling of opckeytype / CREATE OPERATOR CLASS (bug?)
Next
From: Andrew Dunstan
Date:
Subject: Re: multi-install PostgresNode