Simplify signature of CopyAttributeOutCSV() in copyto.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 7 Feb 2024 03:28:55 +0000 (12:28 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 7 Feb 2024 03:28:55 +0000 (12:28 +0900)
commitb9d6038d7048ddb837aa1d286fb8f5ca0e9b3a83
treef43c112f28bffb732b677061ef006311458a7f5f
parent1aa8324b81fa4979ffdc6ccf81d560eac9446948
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
src/backend/commands/copyto.c