Re: pgsql: Cache by-reference missing values in a long lived context
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pgsql: Cache by-reference missing values in a long lived context |
| Дата | |
| Msg-id | 3907902.1692890821@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | pgsql: Cache by-reference missing values in a long lived context (Andrew Dunstan <andrew@dunslane.net>) |
| Ответы |
Re: pgsql: Cache by-reference missing values in a long lived context
|
| Список | pgsql-committers |
Andrew Dunstan <andrew@dunslane.net> writes:
> Cache by-reference missing values in a long lived context
The v11 version of this patch is causing a compiler warning for me:
In file included from heaptuple.c:58:
heaptuple.c: In function 'missing_hash':
heaptuple.c:97:3: warning: implicit declaration of function 'hash_any'; did you mean 'hash_stats'?
[-Wimplicit-function-declaration]
hash_any((const unsigned char *) entry->value, entry->len));
^~~~~~~~
../../../../src/include/postgres.h:471:38: note: in definition of macro 'DatumGetUInt32'
#define DatumGetUInt32(X) ((uint32) (X))
^
It seems to work anyway, but please fix.
regards, tom lane
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера