Re: Unit tests for SLRU

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Unit tests for SLRU
Дата
Msg-id CAJ7c6TMndoALmnxAkjv70JtZ1tLf3A=tXAVeJwK53VxA0yHrFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unit tests for SLRU  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Unit tests for SLRU  (Daniel Gustafsson <daniel@yesql.se>)
Re: Unit tests for SLRU  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers
Hi Michael,

> I have reworked that as per the attached, that provides basically the
> same coverage, going through a SQL interface for the whole thing.
> Like all the other tests of its kind, this does not use a TAP test,
> relying on a custom configuration file instead.  This still needs some
> polishing, but the basics are here.

Many thanks for the updated patch. I didn't know one can run tests
with a custom postgresql.conf without using TAP tests.

> What do you think?

It looks much better than before. I replaced strcpy() with strncpy()
and pgindent'ed the code. Other than that to me it looks ready to be
committed.

-- 
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pg_basebackup's --gzip switch misbehaves
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: New docs chapter on Transaction Management and related changes