Sync vs Flush - Mailing list pgsql-hackers

From Jaka Jančar
Subject Sync vs Flush
Date
Msg-id CAMUPXmp_27vuG+K1ff0oehVFifbLmfni4NmaRQxBDNTbsDFXow@mail.gmail.com
Whole thread Raw
Responses Re: Sync vs Flush
List pgsql-hackers
Hi,

For an extended query that needs to get parameter types before sending them, is there a difference in doing:

Parse, Describe statement, Flush, Bind, Execute, Sync
vs
Parse, Describe statement, Sync, Bind, Execute, Sync

Of course, there will be an additional ReadyForQuery in the latter case, but other than that.

Thanks!

Jaka

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: [PATCH] fix GIN index search sometimes losing results
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] fix GIN index search sometimes losing results