Skip to content

Commit 44f3436

Browse files
committed
Resolve gratuitous tabs in SQL file
1 parent 01160a3 commit 44f3436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/catalog/system_views.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,10 +1084,10 @@ CREATE VIEW pg_stat_progress_basebackup AS
10841084
WHEN 4 THEN 'waiting for wal archiving to finish'
10851085
WHEN 5 THEN 'transferring wal files'
10861086
END AS phase,
1087-
CASE S.param2 WHEN -1 THEN NULL ELSE S.param2 END AS backup_total,
1088-
S.param3 AS backup_streamed,
1089-
S.param4 AS tablespaces_total,
1090-
S.param5 AS tablespaces_streamed
1087+
CASE S.param2 WHEN -1 THEN NULL ELSE S.param2 END AS backup_total,
1088+
S.param3 AS backup_streamed,
1089+
S.param4 AS tablespaces_total,
1090+
S.param5 AS tablespaces_streamed
10911091
FROM pg_stat_get_progress_info('BASEBACKUP') AS S;
10921092

10931093
CREATE VIEW pg_user_mappings AS

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