pgsql: Remove bogus use of PGDLLIMPORT.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove bogus use of PGDLLIMPORT.
Дата
Msg-id E1PM6RV-0002vn-8o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove bogus use of PGDLLIMPORT.

That macro should be attached to extern declarations, not actual
definitions of variables.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1d9a0abec1224193fea3acf766b587fc3963a3b8

Modified Files
--------------
src/backend/utils/init/globals.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix significant memory leak in contrib/xml2 functions.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add more ALTER .. SET SCHEMA commands.