pgsql: Add some const decorations

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add some const decorations
Date: 2021-06-10 14:23:42
Message-ID: E1lrLaw-0004rJ-HC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-10 14:46:03 pgsql: Avoid ECPG test failures in some GSS-capable environments.
Previous Message Robert Haas 2021-06-10 13:54:17 pgsql: Adjust new test case to set wal_keep_segments.