Re: pgsql: SQL-standard function body

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: SQL-standard function body
Дата
Msg-id a5f3b343-f502-4d30-8db1-446db94502c2@www.fastmail.com
обсуждение исходный текст
Ответ на Re: pgsql: SQL-standard function body  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: SQL-standard function body  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Hi,

On Thu, Apr 8, 2021, at 07:52, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
> > On 4/7/21 9:50 PM, Andres Freund wrote:
> >> I've wondered about that too. Perhaps we could reuse the pg_upgrade run?
> 
> > Honestly I'd prefer it if we could get rid of the rerun of 'make check'
> > by pg_upgrade's test.sh and instead upgrade the data directory made by
> > the earlier 'make check' run if it's still there (which would mean we'd
> > need to stop it being deleted).
> 
> Good idea as far as speeding check-world and buildfarm runs, but I wonder
> if we wouldn't be losing test coverage.  Seeing the number of times that
> buildfarm runs have gotten through "make check" only to fail at the
> re-run in pg_upgrade, it seems clear to me that there is something
> different about the execution environment in the latter case.  I've
> never been able to pin down quite what :-(

IIRC we made it run with fsync explicitly enabled. Which obviously will change timing somewhat substantially...


Andres



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: SQL-standard function body
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fixes for query_id feature