Skip to content

Commit c9d7004

Browse files
committed
Remove inappropriate quotes
And adjust wording for consistency.
1 parent 8251670 commit c9d7004

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
@@ -364,7 +364,7 @@ AlterForeignDataWrapperOwner_oid(Oid fwdId, Oid newOwnerId)
364364
if (!HeapTupleIsValid(tup))
365365
ereport(ERROR,
366366
(errcode(ERRCODE_UNDEFINED_OBJECT),
367-
errmsg("foreign-data wrapper with OID \"%u\" does not exist", fwdId)));
367+
errmsg("foreign-data wrapper with OID %u does not exist", fwdId)));
368368

369369
AlterForeignDataWrapperOwner_internal(rel, tup, newOwnerId);
370370

@@ -463,7 +463,7 @@ AlterForeignServerOwner_oid(Oid srvId, Oid newOwnerId)
463463
if (!HeapTupleIsValid(tup))
464464
ereport(ERROR,
465465
(errcode(ERRCODE_UNDEFINED_OBJECT),
466-
errmsg("server with OID \"%u\" does not exist", srvId)));
466+
errmsg("foreign server with OID %u does not exist", srvId)));
467467

468468
AlterForeignServerOwner_internal(rel, tup, newOwnerId);
469469

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