pgsql: - Check for NULL before checking whether argument is an

From: meskes(at)svr1(dot)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: - Check for NULL before checking whether argument is an
Date: 2005-08-24 10:35:15
Message-ID: 20050824103515.05DF7D7240@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Check for NULL before checking whether argument is an array.
- Removed stray character from string quoting.
- Fixed check to report missing varchar pointer implementation.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
data.c (r1.27 -> r1.27.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/data.c.diff?r1=1.27&r2=1.27.4.1)
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.303.4.3 -> r1.303.4.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.303.4.3&r2=1.303.4.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2005-08-24 10:35:55 pgsql: - Check for NULL before checking whether argument is an
Previous Message Michael Meskes 2005-08-24 10:34:19 pgsql: - Check for NULL before checking whether argument is an