Re: slotname vs slot_name - Mailing list pgsql-hackers

From Andres Freund
Subject Re: slotname vs slot_name
Date
Msg-id 20140605114348.GK2789@awork2.anarazel.de
Whole thread Raw
In response to Re: slotname vs slot_name  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 2014-06-05 12:57:57 +0200, Andres Freund wrote:
> On 2014-06-05 10:57:58 +0900, Fujii Masao wrote:
> > I like using "slot_name" everywhere, i.e, even in recovery.conf.
> > primary_slot_name seems not so long name.
>
> It also has the advantage that we can add a couple more slot_* options
> later. Will do that.

Ok. Here's a patch using slot_name everywhere user visible. There's a
couple of places in the code where 'slotname' is still used, but those
look more consistent that way in their context. I'll push that later
unless somebody suggests changes.

It's much easier to review changes after applying them when using
--word-diff=color --word-diff-regex='[^[:space:]\<\>\,]+'
as parameters to git diff/show.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Linos
Date:
Subject: performance regression in 9.2/9.3
Next
From: Gurjeet Singh
Date:
Subject: Re: Proposing pg_hibernate