Skip to content

Commit e1d8deb

Browse files
author
Neil Conway
committed
Fix a typo in a comment. Heikki Linnakangas.
1 parent 1ae756c commit e1d8deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/access/nbtree/nbtinsert.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.153 2007/03/03 20:13:06 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.154 2007/03/05 14:13:12 neilc Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1851,8 +1851,8 @@ _bt_vacuum_one_page(Relation rel, Buffer buffer)
18511851
BTPageOpaque opaque = (BTPageOpaque) PageGetSpecialPointer(page);
18521852

18531853
/*
1854-
* Scan over all items to see which ones need deleted according to
1855-
* LP_DELETE flags.
1854+
* Scan over all items to see which ones need to be deleted
1855+
* according to LP_DELETE flags.
18561856
*/
18571857
minoff = P_FIRSTDATAKEY(opaque);
18581858
maxoff = PageGetMaxOffsetNumber(page);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy