pgsql: Blindly attempt to adapt sepgsql regression tests.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blindly attempt to adapt sepgsql regression tests.
Date: 2018-02-21 02:27:51
Message-ID: E1eoK8N-0002nU-3b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-02-21 05:26:57 Re: pgsql: Do execGrouping.c via expression eval machinery, take two.
Previous Message Andres Freund 2018-02-21 01:50:52 pgsql: Use platform independent type for TupleTableSlot->tts_off.