pgsql: Add regression test for MV join to view. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Add regression test for MV join to view.
Date
Msg-id E1UGD2K-0007UK-FA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add regression test for MV join to view.

This would have caught a bug in the initial patch, and seems like
a good thing to test going forward.

Per bug report by Erik Rijkers and fix by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d7ff13ed5626ecdac2bb0b356445ff4192810aa

Modified Files
--------------
src/test/regress/expected/matview.out |    9 +++++++++
src/test/regress/sql/matview.sql      |    3 +++
2 files changed, 12 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Also update psqlscan.l with the UESCAPE error rule changes.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Revert unnecessary change in MV call to checkRuleResultList().