Re: Add support for DEFAULT specification in COPY FROM
Israel Barth Rubio <barthisrael@gmail.com>
From: Israel Barth Rubio <barthisrael@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-10-07T19:17:35Z
Lists: pgsql-hackers
Attachments
- v4-0001-Added-support-for-DEFAULT-in-COPY-FROM.patch (application/octet-stream) patch v4-0001
Hello Andres, > cfbot shows that tests started failing with this version: > https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3822 > A full backtrace is at https://api.cirrus-ci.com/v1/task/5354378189078528/logs/cores.log Thanks for pointing this out. I had initially missed this as my local runs of *make check* were working fine, sorry! I'm attaching a new version of the patch, containing the memory context switches. Regards, Israel.
Commits
-
Add a DEFAULT option to COPY FROM
- 9f8377f7a279 16.0 landed