pg_dump: Add const decorations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_dump: Add const decorations
Дата
Msg-id 012d3030-9a2c-99a1-ed2d-988978b5632f@enterprisedb.com
обсуждение исходный текст
Список pgsql-hackers
Something that came out of work on pg_dump recently.  I added const 
decorations to the *info arguments of the dump* functions, to clarify 
that they don't modify that argument.  Many other nearby functions 
modify their arguments, so this can help clarify these different APIs a bit.

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Bug in COPY FROM backslash escaping multi-byte chars
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pg_replication_origin_drop API potential race condition