pgsql: Add some const decorations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add some const decorations
Дата
Msg-id E1lrLaw-0004rJ-HC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add some const decorations

One of these functions is new in PostgreSQL 14; might as well start it
out right.

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/origin.c | 6 +++---
src/include/replication/origin.h         | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Adjust new test case to set wal_keep_segments.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid ECPG test failures in some GSS-capable environments.