Re: ecpg command does not warn COPY ... FROM STDIN;
Ryo Kanbayashi <kanbayashi.dev@gmail.com>
From: Ryo Kanbayashi <kanbayashi.dev@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>,
Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-09T12:27:47Z
Lists: pgsql-hackers
Attachments
- copy_from_stdin_no_warning_for_master.patch (application/octet-stream) patch
> On 2025/01/09 20:34, Ryo Kanbayashi wrote: > > Dear Tom, Fujii-san, Kuroda-san, > > > > I saw comments of yours and recognized that better fix is below. > > > > - Fix of first attached patch which does not change warning message > > > > And I created patch entry of commitfest :) > > https://commitfest.postgresql.org/52/5497/ > > > > What should I do additionally? > > Do I need to write patches for current supporting versions? (12.x - 17.x) > > Testing the patch across all supported versions would be helpful. > If adjustments are needed for specific versions, creating separate > patches for those would also be appreciated. Since v12 is no longer > supported, back-patching to it isn't necessary. thanks. I try these :) > BTW, regarding the discussion on the list, please avoid top-posting; > bottom-posting is the preferred style on this mailing list. I understand. I'll be careful from now on :) (Please Ignore: I attach renamed patch file for updating patch file on commitfest system) -- Best regards, Ryo Kanbayashi https://github.com/ryogrid
Commits
-
ecpg: Restore detection of unsupported COPY FROM STDIN.
- 226c9048d734 13.19 landed
- d06ab3c0c117 14.16 landed
- 71ef47cf0f20 15.11 landed
- 5c7c34db2511 16.7 landed
- ba2dbedd5396 17.3 landed
- 94b914f601bd 18.0 landed
-
plpgsql: pure parser and reentrant scanner
- 7b27f5fd36cb 18.0 cited
-
Add support for piping COPY to/from an external program.
- 3d009e45bde2 9.3.0 cited