pgsql: Fix another case of indirectly casting away const. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix another case of indirectly casting away const.
Date
Msg-id E1vYEmH-002LGW-1l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix another case of indirectly casting away const.

This one was missed in 8f1791c61, because the machines that
detected those issues don't compile this function.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1324889.1764886170@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f7565c6c2d45df9705556c60f41394a8356cdf9

Modified Files
--------------
src/port/getopt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: C comment: fix psql "pstdout" duplicate to "pstdin"
Next
From: Amit Kapila
Date:
Subject: pgsql: Don't advance origin during apply failure.