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

Commit28afad5

Browse files
committed
Fix compiler warning
on MSVC 2010Author: Michael Paquier <michael.paquier@gmail.com>
1 parent0cb2e51 commit28afad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/pg_depend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ getOwnedSequence(Oid relid, AttrNumber attnum)
610610
elog(ERROR,"more than one owned sequence found");
611611
elseif (list_length(seqlist)<1)
612612
elog(ERROR,"no owned sequence found");
613-
else
614-
returnlinitial_oid(seqlist);
613+
614+
returnlinitial_oid(seqlist);
615615
}
616616

617617
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp