pgsql: file_fdw: Add regression tests for ON_ERROR and other options.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: file_fdw: Add regression tests for ON_ERROR and other options.
Date: 2024-11-27 14:41:23
Message-ID: E1tGJEJ-003lPt-R5@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

file_fdw: Add regression tests for ON_ERROR and other options.

This commit introduces regression tests to validate incorrect settings
for the ON_ERROR, LOG_VERBOSITY, and REJECT_LIMIT options in file_fdw.

Author: Atsushi Torikoshi
Reviewed-by: Fujii Masao
Suggested-by: Yugo Nagata
Discussion: https://postgr.es/m/20241113231706.09e5b5ea9640289312835be8@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/631db1d4b251a500e22743fc3eec9fb8724baf67

Modified Files
--------------
contrib/file_fdw/expected/file_fdw.out | 8 ++++++++
contrib/file_fdw/sql/file_fdw.sql | 4 ++++
2 files changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-11-27 16:18:01 pgsql: postmaster: Reduce verbosity of environment dump debug message
Previous Message Fujii Masao 2024-11-27 14:08:03 pgsql: pgbench: Ensure previous progress message is fully cleared when