pgsql: Remove obsolete _bt_insert_parent() comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove obsolete _bt_insert_parent() comment.
Дата
Msg-id E1hLDcU-0002k3-Lo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete _bt_insert_parent() comment.

Remove a comment that refers to a coding practice that was fully removed
by commit a8b8f4db, which introduced MarkBufferDirty().  It looks like
the comment was even obsolete before then, since it concerns
write-ordering dependencies with synchronous buffer writes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ee7414ed0435d8946d040eb523824f2d71e2418

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In walreceiver, don't try to do ereport() in a signal handler.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix several recently introduced issues around handling newrelat