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

Commit9a11df1

Browse files
committed
Remove duplicate assignment in new pg_get_object_address() function.
Noted by Coverity.
1 parent6630420 commit9a11df1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/catalog/objectaddress.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,6 @@ pg_get_object_address(PG_FUNCTION_ARGS)
14161416
Relationrelation;
14171417

14181418
/* Decode object type, raise error if unknown */
1419-
ttype=TextDatumGetCString(PG_GETARG_TEXT_P(0));
14201419
itype=read_objtype_from_string(ttype);
14211420
if (itype<0)
14221421
ereport(ERROR,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp