pgsql: Remove obsolete _bt_insert_parent() comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete _bt_insert_parent() comment.
Date
Msg-id E1hLDcU-0002k3-Lo@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In walreceiver, don't try to do ereport() in a signal handler.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix several recently introduced issues around handling newrelat