pgAdmin 4 commit: Modified RESQL test cases for Foreign Tables to fix t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Modified RESQL test cases for Foreign Tables to fix t
Date: 2020-03-22 10:56:36
Message-ID: E1jFyHU-0001b7-6G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Modified RESQL test cases for Foreign Tables to fix the build failures.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98492e7718b4fee8eb2fc3d917f05f5fae7016c5

Modified Files
--------------
.../schemas/foreign_tables/tests/pg/9.2_plus/alter_add_priv.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.2_plus/alter_add_priv_msql.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.2_plus/alter_col_opts.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.2_plus/test_foreign_table.json | 4 ----
.../schemas/foreign_tables/tests/pg/9.6_plus/alter_add_priv.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.6_plus/alter_add_priv_msql.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.6_plus/alter_col_opts.sql | 2 +-
.../schemas/foreign_tables/tests/pg/9.6_plus/test_foreign_table.json | 4 ----
.../schemas/foreign_tables/tests/ppas/9.2_plus/alter_add_priv.sql | 2 +-
.../foreign_tables/tests/ppas/9.2_plus/alter_add_priv_msql.sql | 2 +-
.../schemas/foreign_tables/tests/ppas/9.2_plus/alter_column.sql | 2 +-
.../foreign_tables/tests/ppas/9.2_plus/test_foreign_table.json | 4 ----
.../schemas/foreign_tables/tests/ppas/9.6_plus/alter_add_priv.sql | 2 +-
.../foreign_tables/tests/ppas/9.6_plus/alter_add_priv_msql.sql | 2 +-
.../schemas/foreign_tables/tests/ppas/9.6_plus/alter_col_opts.sql | 2 +-
.../foreign_tables/tests/ppas/9.6_plus/test_foreign_table.json | 4 ----
16 files changed, 12 insertions(+), 28 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-03-23 05:12:35 Re: Want to contribute as a developer
Previous Message Libor M. 2020-03-22 10:55:19 pgAdmin 4 - gettext usage fixes