Re: Libpq support to connect to standby server as priority - Mailing list pgsql-hackers

From Alvaro Herrera from 2ndQuadrant
Subject Re: Libpq support to connect to standby server as priority
Date
Msg-id 20190909171949.GA31491@alvherre.pgsql
Whole thread Raw
In response to Re: Libpq support to connect to standby server as priority  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: Libpq support to connect to standby server as priority
List pgsql-hackers
Question about 0001.  In the CONNECTION_SETENV state, you end by falling
through to the CONNECTION_CHECK_TARGET case; but in that switch it seems
a bit unnatural to do that.  I think doing "goto keep_trying" is another
way of doing the same thing, but more in line with what every other
piece of code does.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: having issues with PG12 debian packaging repository
Next
From: Nikita Glukhov
Date:
Subject: Re: Bug in GiST paring heap comparator