Re: walprotocol.h vs frontends - Mailing list pgsql-hackers

From Tom Lane
Subject Re: walprotocol.h vs frontends
Date
Msg-id 4532.1313424756@sss.pgh.pa.us
Whole thread Raw
In response to Re: walprotocol.h vs frontends  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: walprotocol.h vs frontends
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Perhaps we should change the protocol so that it explicitly says which 
> file the streamed piece of WAL belongs to. That way a client could write 
> it to the correct file without knowing about all those macros.

Yeah, maybe.  Otherwise, all that logic is not only implicitly part of
the protocol, but essentially impossible to change because it'll be
hard-coded into clients.  I wasn't too worried about this before because
I supposed that only walsender and walreceiver really needed to know
anything about it.  If Magnus is busy coding something else that speaks
that protocol, we have a problem.  (Assuming we believe his use-case is
sane, that is.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: walprotocol.h vs frontends
Next
From: Magnus Hagander
Date:
Subject: Re: walprotocol.h vs frontends