pgsql: Drop const cast from dlsym() calls

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop const cast from dlsym() calls
Date: 2018-10-23 12:37:35
Message-ID: E1gEvwF-0006Lh-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-10-23 12:49:59 pgsql: Remove get_atttypmod()
Previous Message Peter Eisentraut 2018-10-23 12:30:27 pgsql: Sprinkle some const decorations