pg_ctl crash fix

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: pg_ctl crash fix
Date: 2006-01-14 13:55:45
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E9BD@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

pg_dump crashes on "unregister" when a data directory is not specified.
Even though a data directory is not required. Attached patch fixes that.

(There is a check a couple of rows up that specifically allow for
pg_data to be null with unregister, but then we try to use it without
checking if it is...)

//Magnus

Attachment Content-Type Size
pg_ctl_crash.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2006-01-14 15:41:53 Re: pg_ctl crash fix
Previous Message Peter Eisentraut 2006-01-14 09:13:47 Re: message for constraint