Simplify signature of CopyAttributeOutCSV() in copyto.c

Michael Paquier <michael@paquier.xyz>

Commit: b9d6038d7048ddb837aa1d286fb8f5ca0e9b3a83
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-02-07T03:28:55Z
Releases: 17.0
Simplify signature of CopyAttributeOutCSV() in copyto.c

This has come up in 2889fd23be56, reverted later on, and is still useful
on its own to reduce a bit the differences between the code paths
dedicated to CSV and text.

Discussion: https://postgr.es/m/ZcCKwAeFrlOqPBuN@paquier.xyz

Files

PathChange+/−
src/backend/commands/copyto.c modified +5 −6

Discussion