Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c8927b

Browse files
committed
Fix some small typos in comments. Greg Stark
1 parenta252994 commit7c8927b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎src/backend/access/gin/ginvacuum.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
*$PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.9 2006/11/30 16:22:32 teodor Exp $
11+
*$PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.10 2007/01/04 16:29:41 tgl Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

@@ -34,8 +34,8 @@ typedef struct
3434
/*
3535
* Cleans array of ItemPointer (removes dead pointers)
3636
* Results are always stored in *cleaned, which will be allocated
37-
* ifits needed. In case of *cleaned!=NULL caller is responsible to
38-
* enough space. *cleaned and items may point to the same
37+
* ifit's needed. In case of *cleaned!=NULL caller is responsible to
38+
*have allocatedenough space. *cleaned and items may point to the same
3939
* memory address.
4040
*/
4141

‎src/backend/access/heap/tuptoaster.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/heap/tuptoaster.c,v 1.66 2006/10/05 23:33:33 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.67 2007/01/04 16:29:41 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -1113,7 +1113,7 @@ toast_delete_datum(Relation rel, Datum value)
11131113
return;
11141114

11151115
/*
1116-
* Open the toast relation andit's index
1116+
* Open the toast relation andits index
11171117
*/
11181118
toastrel=heap_open(attr->va_content.va_external.va_toastrelid,
11191119
RowExclusiveLock);
@@ -1337,7 +1337,7 @@ toast_fetch_datum_slice(varattrib *attr, int32 sliceoffset, int32 length)
13371337
endoffset= (sliceoffset+length-1) %TOAST_MAX_CHUNK_SIZE;
13381338

13391339
/*
1340-
* Open the toast relation andit's index
1340+
* Open the toast relation andits index
13411341
*/
13421342
toastrel=heap_open(attr->va_content.va_external.va_toastrelid,
13431343
AccessShareLock);

‎src/include/catalog/pg_type.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.177 2007/01/03 01:19:51 darcy Exp $
11+
* $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.178 2007/01/04 16:29:42 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -244,7 +244,7 @@ typedef FormData_pg_type *Form_pg_type;
244244
* ----------------
245245
*/
246246

247-
/* keep the following ordered by OID so that later changes can be madeeasier*/
247+
/* keep the following ordered by OID so that later changes can be mademore easily*/
248248

249249
/* Make sure the typlen, typbyval, and typalign values here match the initial
250250
values for attlen, attbyval, and attalign in both places in pg_attribute.h

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp