pgsql: PL/Perl: Fix compiler warning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Perl: Fix compiler warning
Дата
Msg-id E1WAr4u-0006wl-CT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PL/Perl: Fix compiler warning

The code was assigning a (Datum) 0 to a void pointer.  That creates a
warning from clang 3.4.  It was probably a thinko to begin with.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e182361804f8688cef953c998e24134e606aea4

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


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: arrays: tighten checks for multi-dimensional input
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Minor improvements to replication slot documentation.