projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2153837
)
Fix vim-induced typo.
author
Robert Haas
<
[email protected]
>
Thu, 2 Jun 2011 19:08:47 +0000
(15:08 -0400)
committer
Robert Haas
<
[email protected]
>
Thu, 2 Jun 2011 19:10:25 +0000
(15:10 -0400)
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index bdbcdffa7dd2aab61ec2cd326073102628c64dee..60b66ec5c5f653d0829d0ef3156bee651d0faec1 100644
(file)
--- a/
src/backend/commands/tablecmds.c
+++ b/
src/backend/commands/tablecmds.c
@@
-7387,7
+7387,7
@@
ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
default:
ereport(ERROR,
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
- errmsg("\"%s\" is not a table, view, sequence, or foreign tabl
, or foreign table
e",
+ errmsg("\"%s\" is not a table, view, sequence, or foreign table",
NameStr(tuple_class->relname))));
}