Re: Another incorrect comment for pg_stat_statements

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Another incorrect comment for pg_stat_statements
Дата
Msg-id ZJvbkLdx5cqXBJGl@paquier.xyz
обсуждение исходный текст
Ответ на Re: Another incorrect comment for pg_stat_statements  (Japin Li <japinli@hotmail.com>)
Ответы Re: Another incorrect comment for pg_stat_statements  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-hackers
On Wed, Jun 28, 2023 at 12:15:47PM +0800, Japin Li wrote:
> -        /* Remove the key if it exists, starting with the top-level entry  */
> +        /* Remove the key if it exists, starting with the non-top-level entry */
>          key.toplevel = false;
>          entry = (pgssEntry *) hash_search(pgss_hash, &key, HASH_REMOVE, NULL);
>          if (entry)                /* found */

Nice catch.  That's indeed wrong.  Will fix.
--
Michael

Вложения

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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Assert !bms_overlap(joinrel->relids, required_outer)
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Another incorrect comment for pg_stat_statements