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

Commit88fba70

Browse files
committed
Fix another obvious bug pointed out by a compiler warning.
1 parent0546906 commit88fba70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_upgrade/info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ get_rel_infos(migratorContext *ctx, const DbInfo *dbinfo,
331331
" relname = 'pg_largeobject_loid_pn_index') )) "
332332
"AND "
333333
"(relkind = 'r' OR relkind = 't' OR "
334-
" relkind = 'i'%s)%s"
334+
" relkind = 'i'%s)"
335335
"GROUP BY c.oid, n.nspname, c.relname, c.relfilenode,"
336336
"c.reltoastrelid, t.spclocation, "
337337
"n.nspname "
338338
"ORDER BY n.nspname, c.relname;",
339339
FirstNormalObjectId,
340-
/* see the comment at the top ofv8_3_create_sequence_script() */
340+
/* see the comment at the top ofold_8_3_create_sequence_script() */
341341
(GET_MAJOR_VERSION(ctx->old.major_version) <=803) ?
342342
"" :" OR relkind = 'S'");
343343

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp