On Wed, Mar 25, 2015 at 12:13 PM, Tatsuo Ishii <[email protected]> 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.
That's indeed contradictory with what is written in syncrep.h, the function is not called from other places. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
