pgsql: Simplify signature of CopyAttributeOutCSV() in copyto.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify signature of CopyAttributeOutCSV() in copyto.c
Date: 2024-02-07 03:29:27
Message-ID: E1rXYcp-0051d3-I2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b9d6038d7048ddb837aa1d286fb8f5ca0e9b3a83

Modified Files
--------------
src/backend/commands/copyto.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-02-07 04:48:08 pgsql: Clean-ups for 776621a5e4 and 7329240437.
Previous Message Michael Paquier 2024-02-06 23:26:11 pgsql: Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback