Re: pg_upgrade and extra_float_digits

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_upgrade and extra_float_digits
Дата
Msg-id 201005160244.o4G2ikP12390@momjian.us
обсуждение исходный текст
Ответ на Re: pg_upgrade and extra_float_digits  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> 
> Bruce Momjian wrote:
> > FYI, I test pg_upgrade by loading the old cluster's regression database
> > from a pg_dump output file, then after the upgrade, I dump the
> > regression database of the new cluster and diff the changes.
> >
> > The problem I just encountered is that pg_dump uses
> > extra_float_digits=-3 for 9.0, while previous releases used '2'.  I had
> > to do hack each server version to get a dump output that would match
> > without rounding errors --- it did eventually work and validated.
> >
> >   
> 
> That sounds like a disaster waiting to happen. The server version is 
> going to affect much more than just this behaviour, surely. Wouldn't it 
> be better to provide a pg_dump option to provide the extra_float_digits 
> setting?

FYI, you can't override it with PGOPTIONS because it is set inside the
pg_dump binary.  I am not sure what you mean by your second sentence.

I was just reporting it in case anyone else was trying this for testing.
I doubt anyone else is going to try such a thing.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_upgrade and extra_float_digits
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade and extra_float_digits