Patch to fix the NULL date cast bug in 7.0.2

From: "Michael Richards" <michael(at)fastmail(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch to fix the NULL date cast bug in 7.0.2
Date: 2000-07-24 07:37:52
Message-ID: 397BF250.000009.38938@frodo.searchcanada.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a patch against 7.0.2 that fixes the bug where casting a NULL
returned from a select to type date fails with the error:
Unable to convert null timestamp to date

Attachment Content-Type Size
date.patch application/octet-stream 1.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Richards 2000-07-26 23:42:43 Libpq++ memory leak
Previous Message Peter Eisentraut 2000-07-21 00:46:10 Re: [PATCHES] locale changes