Re: Should rename "startup process" to something else? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Should rename "startup process" to something else?
Date
Msg-id 2972442.1637266961@sss.pgh.pa.us
Whole thread Raw
In response to Re: Should rename "startup process" to something else?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Should rename "startup process" to something else?
Re: Should rename "startup process" to something else?
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> If we change the name, and I support the idea that we do, I think a
> good name would be "wal replay".  I think "recovery" is not great
> precisely because in a standby there is likely no crash that we're
> recovering from.

Fair point.

> The word "replay" is at odds with the other names,
> which stand for the device that carries out the task at hand
> (checkpointer, bgwriter, wal sender/receiver); but the word "replayer"
> seems to be extremely uncommon and IMO looks strange.  If you see a
> process that claims to be "wal replay", you know perfectly well what it
> is.

I'm less concerned about the "er" than about the fact that the name is
two words.  People will immediately shorten it to just "replay", eg
as a part of names in the code, and I feel that that's confusing in
its own way.  Maybe we could run the words together, on the precedent
of "walreceiver", but I never much liked that name either.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: xlog.c: removing ReadRecPtr and EndRecPtr
Next
From: Andres Freund
Date:
Subject: Re: Mixing CC and a different CLANG seems like a bad idea