Re: Remove error message hints mentioning configure options

2022-04-07 Thread Tom Lane
Andres Freund writes: > On 2022-04-07 09:19:14 +0200, Peter Eisentraut wrote: >> I think these hints are usually not useful since users will use packaged >> distributions and won't be interested in rebuilding their installation from >> source. > +1 +1, those hints are from another era. > The xm

Re: Remove error message hints mentioning configure options

2022-04-07 Thread Daniel Gustafsson
> On 7 Apr 2022, at 09:19, Peter Eisentraut > wrote: > > We have some error messages like this: > > SELECT xml_is_well_formed(''); > ERROR: unsupported XML feature > DETAIL: This functionality requires the server to be built with libxml > support. > HINT: You need to rebuild PostgreSQL usin

Re: Remove error message hints mentioning configure options

2022-04-07 Thread Andres Freund
Jo. On 2022-04-07 09:19:14 +0200, Peter Eisentraut wrote: > I think these hints are usually not useful since users will use packaged > distributions and won't be interested in rebuilding their installation from > source. Also, we have only used these kinds of hints for some features and > in some

Remove error message hints mentioning configure options

2022-04-07 Thread Peter Eisentraut
010 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 7 Apr 2022 09:11:43 +0200 Subject: [PATCH] Remove error message hints mentioning configure options These are usually not useful since users will use packaged distributions and won't be interested in rebuilding their installatio