Re: Why SyncRepWakeQueue is not static? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Why SyncRepWakeQueue is not static?
Date
Msg-id CAB7nPqTzgOAr+55k5rCMp71vhwzukrj_VMgxEVgAUexpi7rJ0A@mail.gmail.com
Whole thread Raw
In response to Re: Why SyncRepWakeQueue is not static?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Why SyncRepWakeQueue is not static?
List pgsql-hackers
On Thu, Mar 26, 2015 at 10:46 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
>> SyncRepWakeQueue (src/backend/replication/syncrep.c) is not used
>> anywhere except in the file. If there's no good reason for it, I think
>> it should be declared as a static function.  Included patch does so.
>
> Fix committed/pushed from master to 9.2. 9.1 declares it as a static
> function.

Er, is that a good idea to back-patch that? Normally routine specs are
maintained stable on back-branches, and this is just a cosmetic
change.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Moving on to close the current CF 2015-02
Next
From: Kouhei Kaigai
Date:
Subject: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)