pgsql: Correct nbtree page split lock coupling comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct nbtree page split lock coupling comment.
Date: 2020-08-09 19:02:33
Message-ID: E1k4qaX-0005Ji-1d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct nbtree page split lock coupling comment.

There is no reason to distinguish between readers and writers here.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-09 21:00:11 pgsql: Doc: update v13 release notes for changes through today.
Previous Message Tom Lane 2020-08-09 16:39:31 pgsql: Check for fseeko() failure in pg_dump's _tarAddFile().