| 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:55 |
| Message-ID: | 20050824103555.C3B28D70FE@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | 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:
----
REL7_4_STABLE
Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
data.c (r1.20.2.1 -> r1.20.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/data.c.diff?r1=1.20.2.1&r2=1.20.2.2)
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.263.2.19 -> r1.263.2.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.263.2.19&r2=1.263.2.20)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-08-24 13:57:28 | pgsql: Add explaination: > > Currently, if a variable is |
| Previous Message | Michael Meskes | 2005-08-24 10:35:15 | pgsql: - Check for NULL before checking whether argument is an |