From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: crash: SET DateStyle TO DEFAULT |
Date: | 2000-09-22 15:11:00 |
Message-ID: | 26717.969635460@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> writes:
> In the current CVS:
> test=# SET DateStyle TO DEFAULT;
> pqReadData() -- backend closed the channel unexpectedly.
Confirmed here. It looks like SetPGVariable() has failed to account
for the possibility that its "value" argument will be NULL.
This bug has evidently been in there for a while, which indicates
that we don't have any regression tests that exercise SET var TO
DEFAULT. Probably time to add one --- I see from the CVS log that
I was burnt on this same point back in February, and now Peter has
re-introduced the problem.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jeroen van Vianen | 2000-09-22 15:34:53 | Re: Patch for Bug in RI |
Previous Message | Tom Lane | 2000-09-22 14:58:58 | Re: Patch for Bug in RI |