Re: Middleware Messages for FE/BE - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Middleware Messages for FE/BE
Date
Msg-id CANbhV-Edv2vv_ZC=uHBQ6x=1adqYypOE1-jhBJwSLBi8Wu=5vw@mail.gmail.com
Whole thread Raw
In response to Re: Middleware Messages for FE/BE  (Jesper Pedersen <jesper.pedersen@redhat.com>)
Responses Re: Middleware Messages for FE/BE  (Hannu Krosing <hannuk@google.com>)
List pgsql-hackers
On Thu, 19 Aug 2021 at 19:04, Jesper Pedersen
<jesper.pedersen@redhat.com> wrote:

> Should the middleware guess the client driver based on the startup
> message ? Or are you thinking about having a class identifier group for
> each client driver and then a massive "switch/case" inside each middleware ?

The question is how does a client communicate with middleware?

The message that would be sent would relate to the features of the
middleware, while being agnostic as to the client driver.

-- 
Simon Riggs                http://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: elog.c query_id support vs shutdown
Next
From: Bruce Momjian
Date:
Subject: Re: Allow declaration after statement and reformat code to use it