From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Why SyncRepWakeQueue is not static? |
Date: | 2015-03-25 03:13:20 |
Message-ID: | 20150325.121320.230937132350311140.t-ishii@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
Attachment | Content-Type | Size |
---|---|---|
syncrep.patch | text/x-patch | 1.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David Steele | 2015-03-25 03:23:10 | Re: Auditing extension for PostgreSQL (Take 2) |
Previous Message | Robert Haas | 2015-03-25 03:11:26 | Re: Replication identifiers, take 4 |