Re: refactoring - share str2*int64 functions

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: refactoring - share str2*int64 functions
Дата
Msg-id alpine.DEB.2.21.1907131659350.22273@lancre
обсуждение исходный текст
Ответ на Re: refactoring - share str2*int64 functions  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: refactoring - share str2*int64 functions  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
Hello Thomas,

> pg_stat_statements.c:1024:11: error: implicit declaration of function
> 'pg_strtouint64' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
>                        rows = pg_strtouint64(completionTag + 5, NULL, 10);
>                               ^
> Apparently it needs to include common/string.h.

Yep, I gathered that as well, but did not act promptly on your help.
Thanks for it!

Here is the updated patch on which I checked "make check-world".

-- 
Fabien.
Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] Implement uuid_version()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [sqlsmith] Crash in mcv_get_match_bitmap