Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO These two options are only available with COPY FROM, so the extra logic in charge of checking the validity of the attributes given has no purpose.
Author: Zhang Mingli Reviewed-by: Richard Guo, Kyotaro Horiguchi Discussion: https://postgr.es/m/f28f0b5a-766f-4d33-bf44-43b3a052d...@gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8e621c10c73a93e1078ad85fe70fb4478537a798 Modified Files -------------- src/backend/commands/copyto.c | 46 ------------------------------------------- 1 file changed, 46 deletions(-)