pgsql: Blindly attempt to adapt sepgsql regression tests.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Blindly attempt to adapt sepgsql regression tests.
Дата
Msg-id E1eoK8N-0002nU-3b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Blindly attempt to adapt sepgsql regression tests.

Commit bf6c614a2f2c58312b3be34a47e7fb7362e07bcb broke the sepgsql test
due to a new invocation of the function access hook during grouping
equal initialization.

The new behaviour seems at least as correct as the old one, so try
adapt the tests. As I've no working sepgsql setup here, this is just
going from buildfarm results.

Author: Andres Freund
Discussion: https://postgr.es/m/20180217000337.lfsdvro3l6ccsksp@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29d432e477a99f4c1e18820c5fc820a6b178c695

Modified Files
--------------
contrib/sepgsql/expected/misc.out | 4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Use platform independent type for TupleTableSlot->tts_off.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Do execGrouping.c via expression eval machinery, take two.