Skip to content

Commit 2d75934

Browse files
committed
Fix whitespace
1 parent 9522ec3 commit 2d75934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/pg_upgrade/info.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ get_rel_infos(ClusterInfo *cluster, DbInfo *dbinfo)
332332
* pg_dump only dumps valid indexes; testing indisready is necessary in
333333
* 9.2, and harmless in earlier/later versions.
334334
*/
335-
" i.indisvalid IS DISTINCT FROM false AND "
336-
" i.indisready IS DISTINCT FROM false AND "
335+
" i.indisvalid IS DISTINCT FROM false AND "
336+
" i.indisready IS DISTINCT FROM false AND "
337337
/* exclude possible orphaned temp tables */
338338
" ((n.nspname !~ '^pg_temp_' AND "
339339
" n.nspname !~ '^pg_toast_temp_' AND "
@@ -347,7 +347,7 @@ get_rel_infos(ClusterInfo *cluster, DbInfo *dbinfo)
347347
* We have to gather the TOAST tables in later steps because we
348348
* can't schema-qualify TOAST tables.
349349
*/
350-
/* get TOAST heap */
350+
/* get TOAST heap */
351351
" toast_heap (reloid) AS ( "
352352
" SELECT reltoastrelid "
353353
" FROM regular_heap JOIN pg_catalog.pg_class c "

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