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

Commit09c00af

Browse files
committed
Remove inappropriate quotes
And adjust wording for consistency.
1 parentf209a0c commit09c00af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/foreigncmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ AlterForeignDataWrapperOwner_oid(Oid fwdId, Oid newOwnerId)
289289
if (!HeapTupleIsValid(tup))
290290
ereport(ERROR,
291291
(errcode(ERRCODE_UNDEFINED_OBJECT),
292-
errmsg("foreign-data wrapper with OID\"%u\" does not exist",fwdId)));
292+
errmsg("foreign-data wrapper with OID%u does not exist",fwdId)));
293293

294294
AlterForeignDataWrapperOwner_internal(rel,tup,newOwnerId);
295295

@@ -388,7 +388,7 @@ AlterForeignServerOwner_oid(Oid srvId, Oid newOwnerId)
388388
if (!HeapTupleIsValid(tup))
389389
ereport(ERROR,
390390
(errcode(ERRCODE_UNDEFINED_OBJECT),
391-
errmsg("server with OID\"%u\" does not exist",srvId)));
391+
errmsg("foreignserver with OID%u does not exist",srvId)));
392392

393393
AlterForeignServerOwner_internal(rel,tup,newOwnerId);
394394

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp