[HACKERS] comments in hash_alloc_buckets

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема [HACKERS] comments in hash_alloc_buckets
Дата
Msg-id CAE9k0PmUbvQSBY7kwN_OkuqBYyHRXBX-c1ZkuAgR5vgF0GeWzQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: comments in hash_alloc_buckets
Список pgsql-hackers
Hi,

While working on - [1], I realised that the following comments in
_hash_alloc_buckets() needs to be corrected.

    /*
     * Initialize the freed overflow page.  Just zeroing the page won't work,
     * See _hash_freeovflpage for similar usage.
     */
    _hash_pageinit(page, BLCKSZ);

Attached is the patch that corrects above comment. Thanks.

[1] -
https://www.postgresql.org/message-id/CAMkU%3D1y6NjKmqbJ8wLMhr%3DF74WzcMALYWcVFhEpm7i%3DmV%3DXsOg%40mail.gmail.com

--
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: vinayak
Дата:
Сообщение: Re: [HACKERS] ANALYZE command progress checker
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: [HACKERS] pageinspect and hash indexes