pgsql: Remove obsolete nbtree page deletion comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove obsolete nbtree page deletion comment.
Дата
Msg-id E1i2ic4-00065s-4Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete nbtree page deletion comment.

Commit efada2b8e92, which made the nbtree page deletion algorithm more
robust, removed the concept of a half-dead internal page.  Remove a
comment about half dead parent pages that was overlooked.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b8b3a276d453f5d561341021c93ec05b158f4c65

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c  | 3 ---
src/backend/access/nbtree/nbtutils.c | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: clarify behavior of standard aggregates for null inputs.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve what pg_strsignal prints if we haven't gotstrsignal(3).