Skip to content

Commit 88fba70

Browse files
committed
Fix another obvious bug pointed out by a compiler warning.
1 parent 0546906 commit 88fba70

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 of v8_3_create_sequence_script() */
340+
/* see the comment at the top of old_8_3_create_sequence_script() */
341341
(GET_MAJOR_VERSION(ctx->old.major_version) <= 803) ?
342342
"" : " OR relkind = 'S'");
343343

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