pgsql: nbtree: Correct inaccurate split location comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: Correct inaccurate split location comment.
Date: 2020-06-29 19:31:42
Message-ID: E1jpzVG-0001nq-GW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: Correct inaccurate split location comment.

Minor oversight in commit fab25024338.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtsplitloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-06-29 21:12:45 pgsql: Mop up some no-longer-necessary hacks around printf %.*s format.
Previous Message Tom Lane 2020-06-29 15:41:31 pgsql: Avoid using %c printf format for potentially non-ASCII character