This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git

commit 9c63f860487d22afe5cb26bbca657799a2a46fe4
Author: woblerr <[email protected]>
AuthorDate: Sun Mar 22 14:46:03 2026 +0300

    Disable auto-formatting for table headers in backup-info command.
---
 gpbackman/cmd/backup_info.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gpbackman/cmd/backup_info.go b/gpbackman/cmd/backup_info.go
index f7a2595f..18671a3b 100644
--- a/gpbackman/cmd/backup_info.go
+++ b/gpbackman/cmd/backup_info.go
@@ -270,7 +270,6 @@ func backupInfoDB(opts BackupInfoOptions, hDB *sql.DB, t 
*tablewriter.Table) err
 
 func initTable(t *tablewriter.Table, includeDetails bool) {
        t.SetBorder(false)
-       t.SetAutoFormatHeaders(false)
        header := []string{
                "timestamp",
                "date",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to