pgsql: Remove unnecessary cast - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unnecessary cast
Date
Msg-id E1jc3CG-0000So-J3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unnecessary cast

Probably copied from nearby calls where it is necessary.  But this one
also casts away constness, so it was doubly annoying.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/574925bfd0a8175f6e161936ea11d9695677ba09

Modified Files
--------------
src/backend/replication/backup_manifest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Adjust indentation in src/backend/optimizer/README.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: doc: make ref/*.sgml file header comment layout consistent