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

Commitf3c903f

Browse files
committed
Fix typo. Pointed out by Kevin Grittner.
1 parent2107607 commitf3c903f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/objectaddress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/objectaddress.c,v 1.2 2010/08/27 21:31:19 rhaas Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/objectaddress.c,v 1.3 2010/09/02 02:52:14 rhaas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -215,7 +215,7 @@ get_object_address(ObjectType objtype, List *objname, List *objargs,
215215
break;
216216
default:
217217
elog(ERROR,"unrecognized objtype: %d", (int)objtype);
218-
/* placate compiler, in case itthings elog might return */
218+
/* placate compiler, in case itthinks elog might return */
219219
address.classId=InvalidOid;
220220
address.objectId=InvalidOid;
221221
address.objectSubId=0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp