pgsql: Remove obsolete _bt_insert_parent() comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete _bt_insert_parent() comment.
Date: 2019-04-29 21:15:26
Message-ID: E1hLDcU-0002k3-Lo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-04-30 02:30:14 pgsql: Fix several recently introduced issues around handling new relat
Previous Message Tom Lane 2019-04-29 16:26:13 pgsql: In walreceiver, don't try to do ereport() in a signal handler.