pgsql: Add missing const qualifier

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Add missing const qualifier
Дата
Msg-id E1p1N1s-001nxb-CG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing const qualifier

This is present in the declaration for ReadDataFromArchive, so we'd better
have it in the definition too in order to avoid compilers from complaining
about the mismatch of function signatures.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/compress_io.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Prevent pgstats from getting confused when relkind of a relation
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix DEFAULT handling for multi-row INSERT rules.