Fujii Masao wrote:
> And I found the small bug. Could you fix it?
> 
> src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
>> _PG_init(void)
>> {
>>      /* Tell walreceiver how to reach us */
>>      if (walrcv_connect != NULL || walrcv_receive != NULL || 
>> walrcv_disconnect)
>>              elog(ERROR, "libpqwalreceiver already loaded");
> 
> In the above branch on condition, the "walrcv_disconnect" should be compared
> with "NULL".

Thanks. "walrcv_disconnect" has the same effect as "walrcv_disconnect !=
NULL", but fixed for the sake of consistency.

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to