Re: Subsequent request from pg client - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Subsequent request from pg client
Date
Msg-id 2601957.1702478440@sss.pgh.pa.us
Whole thread Raw
In response to Subsequent request from pg client  (Abdul Matin <abdulmatincuetcse17@gmail.com>)
List pgsql-hackers
Abdul Matin <abdulmatincuetcse17@gmail.com> writes:
> Can postgres client send subsequent requests without receiving response? If
> so, how does the postgres client correlate between a request and its
> response? Where can I get more hints about it?

https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-PIPELINING

See also the pipelining-related functions in recent libpq versions.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Move walreceiver state assignment (to WALRCV_STREAMING) in WalReceiverMain()
Next
From: Tom Lane
Date:
Subject: Re: Fix bug with indexes on whole-row expressions