Small fix for _valueCopy()

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Small fix for _valueCopy()
Date: 2002-03-07 12:23:27
Message-ID: 3C875BBF.62D4145@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Protect against a T_String Value (or other pointer Value) Value
where the pointer is NULL.

If we don't do it, _copyVariableSet() dumps core.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

Attachment Content-Type Size
VALUE.PATCH text/plain 733 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2002-03-07 12:34:55 Small fix for _copyGrantStmt
Previous Message Karel Zak 2002-03-07 08:22:26 Re: date formatting and tab-complete patch