Re: Subsequent request from pg client

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Abdul Matin <abdulmatincuetcse17(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Subsequent request from pg client
Date: 2023-12-13 14:40:40
Message-ID: 2601957.1702478440@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Abdul Matin <abdulmatincuetcse17(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-12-13 15:01:06 Re: Fix bug with indexes on whole-row expressions
Previous Message Michael Paquier 2023-12-13 14:33:31 Re: Move walreceiver state assignment (to WALRCV_STREAMING) in WalReceiverMain()