pgsql: Blindly attempt to adapt sepgsql regression tests. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Blindly attempt to adapt sepgsql regression tests.
Date
Msg-id E1eoK8N-0002nU-3b@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Use platform independent type for TupleTableSlot->tts_off.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Do execGrouping.c via expression eval machinery, take two.