pgsql: Add regression tests for remote execution of extension operators

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for remote execution of extension operators
Date: 2015-11-04 17:03:36
Message-ID: E1Zu1TE-0005lX-Gg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression tests for remote execution of extension operators/functions.

Rather than relying on other extensions to be available for installation,
let's just add some test objects to the postgres_fdw extension itself
within the regression script.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b9f117d6cd3c79780b0c0e57068f0837f7493aa6

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 178 +++++++++++++++++-------
contrib/postgres_fdw/sql/postgres_fdw.sql | 68 ++++++---
2 files changed, 182 insertions(+), 64 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-11-05 02:52:19 pgsql: Update spelling of COPY options
Previous Message Tom Lane 2015-11-03 23:42:36 pgsql: Allow postgres_fdw to ship extension funcs/operators for remote