Add regression tests for remote execution of extension operators/functions.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +131 −47 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +51 −17 |