diff options
Diffstat (limited to 'contrib/postgres_fdw/expected/postgres_fdw.out')
-rw-r--r-- | contrib/postgres_fdw/expected/postgres_fdw.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/postgres_fdw/expected/postgres_fdw.out b/contrib/postgres_fdw/expected/postgres_fdw.out index 502c884e648..04a3ef450cf 100644 --- a/contrib/postgres_fdw/expected/postgres_fdw.out +++ b/contrib/postgres_fdw/expected/postgres_fdw.out @@ -11679,6 +11679,9 @@ SELECT count(*) FROM remote_application_name 1 (1 row) +-- Clean up. +DROP FOREIGN TABLE remote_application_name; +DROP VIEW my_application_name; -- =================================================================== -- test parallel commit -- =================================================================== |