pgsql: Drop const cast from dlsym() calls

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Drop const cast from dlsym() calls
Дата
Msg-id E1gEvwF-0006Lh-1Z@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Sprinkle some const decorations
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove get_attidentity()