pg_ctl crash fix - Mailing list pgsql-patches

From Magnus Hagander
Subject pg_ctl crash fix
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE92E9BD@algol.sollentuna.se
Whole thread Raw
Responses Re: pg_ctl crash fix  (Peter Eisentraut <peter_e@gmx.net>)
List 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

pgsql-patches by date:

Previous
From: David Wheeler
Date:
Subject: Re: domain constraints and UNKNOWN params
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_ctl crash fix