Re: Improve the HINT message of the ALTER command for postgres_fdw
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: bt21masumurak <bt21masumurak@oss.nttdata.com>,
Daniel Gustafsson <daniel@yesql.se>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-10-25T11:06:29Z
Lists: pgsql-hackers
Attachments
- alter_foreign_data_wrapper_options_v4.patch (text/plain) patch v4
On 2021/10/25 16:44, Bharath Rupireddy wrote: > Yeah, let's focus on fixing the hint message here and the > alter_foreign_data_wrapper_options_v3.patch LGTM. Thanks! But since v3 changed the error codes, I got rid of those changes and made v4 patch. Attached. > Why didn't we have a test case for file_fdw? It looks like the > file_fdw contrib module doesn't have any test cases in its sql > directory. I'm not sure if the module code is being covered in > someother tests. You can see the regression test for file_fdw, in contrib/file_fdw/input and output directories. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Improve HINT message that FDW reports when there are no valid options.
- 5fedf7417b69 15.0 landed