pgsql: Drop const cast from dlsym() calls - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Drop const cast from dlsym() calls
Date
Msg-id E1gEvwF-0006Lh-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Drop const cast from dlsym() calls

This workaround might be obsolete.  We'll see if those "older
platforms" mentioned in the comment are still around.

Discussion: https://www.postgresql.org/message-id/08adbe4e-38f8-2c73-55f0-591392371687%402ndquadrant.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/fmgr/dfmgr.c | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Sprinkle some const decorations
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove get_attidentity()