Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7240cc

Browse files
committed
Resolve gratuitous tabs in SQL file
1 parent 35647ea commit e7240cc

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)