pgsql: Add missing "!= NULL", for the sake of consistency.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "!= NULL", for the sake of consistency.
Date: 2010-01-20 11:58:44
Message-ID: 20100120115844.B73617541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing "!= NULL", for the sake of consistency.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/replication/libpqwalreceiver:
libpqwalreceiver.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-01-20 11:59:55 Re: pgsql: Rethink the way walreceiver is linked into the backend. Instead
Previous Message Fujii Masao 2010-01-20 10:52:53 Re: pgsql: Rethink the way walreceiver is linked into the backend. Instead