Re: Directory/File Access Permissions for COPY and Generic File Access Functions - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Directory/File Access Permissions for COPY and Generic File Access Functions
Date
Msg-id 54897974.40306@vmware.com
Whole thread Raw
In response to Re: Directory/File Access Permissions for COPY and Generic File Access Functions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I'm marking this as "Rejected" in the commitfest. It's quite clear that 
this isn't going to fly in its current form.

For the COPY FROM use case, I'd suggest just doing COPY FROM STDIN. Yes, 
it's slower, but not much. And you probably could optimize it further - 
there's some gratuitous memcpy()ing happening from buffer to buffer in 
that codepath.

- Heikki




pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: 9.5: Memory-bounded HashAgg
Next
From: Andres Freund
Date:
Subject: Re: Too strict check when starting from a basebackup taken off a standby