pgsql: Fix nbtree page recycling comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nbtree page recycling comment.
Date: 2024-04-16 15:14:58
Message-ID: E1rwkWQ-002LxU-3K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nbtree page recycling comment.

Oversight in commit e5d8a99903.

Branch
------
master

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

Modified Files
--------------
src/include/access/nbtree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2024-04-16 15:20:57 pgsql: Fix nbtree posting list comment.
Previous Message Alexander Korotkov 2024-04-16 10:31:58 pgsql: revert: Generalize relation analyze in table AM interface