Re: [BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL
Date: 2024-10-12 05:44:39
Message-ID: ae2560c9-d233-4fc4-a1f5-78b3d27a7df4@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Oct 12, 2024, at 01:48, Joel Jacobson wrote:
> Hi hackers,
>
> Here is a patch that fixes a minor problem in copy.c's ProcessCopyOptions,
> as well as fixing thinko in its tests, as well as adding new tests for
> the bugfix.

Rebase only.

/Joel

Attachment Content-Type Size
v2-0001-Fix-thinko-in-tests-for-COPY-options-force_not_null-.patch application/octet-stream 4.6 KB
v2-0002-Fix-validation-of-FORCE_NOT_NULL-FORCE_NULL-for-all-.patch application/octet-stream 5.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhang Mingli 2024-10-12 06:26:50 Re: [BUG FIX] Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL
Previous Message jian he 2024-10-12 00:48:56 Re: New "raw" COPY format