Re: Split copy.c

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Erik Rijkers <er@xs4all.nl>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, vignesh C <vignesh21@gmail.com>
Date: 2020-11-02T11:19:03Z
Lists: pgsql-hackers

Attachments

On 02/11/2020 11:36, Erik Rijkers wrote:
> On 2020-11-02 10:03, Heikki Linnakangas wrote:
>> While looking at the parallel copy patches, it started to annoy me how
>> large copy.c is. It confuses my little head. (Ok, it's annoyed me many
>> times in the past, but I haven't done anything about it.)
> 
>> [0001-Split-copy.c-into-...o.c-and-copyfrom.c.patch]
> 
> There seems to be an oversight of contrib/file_fdw. (debian 10, gcc
> 8.3.0)

Ah yeah, I missed updating file_fdw. Here's a new patch.

- Heikki

Commits

  1. Split copy.c into four files.