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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Simplify signature of CopyAttributeOutCSV() in copyto.c
Дата
Msg-id E1rXYcp-0051d3-I2@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Clean-ups for 776621a5e4 and 7329240437.