Re: psql: Count all table footer lines in pager setup

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Erik Wienhold <ewie(at)ewie(dot)name>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql: Count all table footer lines in pager setup
Date: 2025-08-11 18:28:25
Message-ID: CAKAnmmLtEBzt+PydLM9XqUmEYA_0P8B+NUwNoFY6z_jhAUnKMA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patch looks good, applies and works. Needs a pgindent run:

- for (f = cont->footers; f; f = f->next) {
- int f_lines;
+ for (f = cont->footers; f; f = f->next)
+ {
+ int f_lines;

Cheers,
Greg

--
Crunchy Data - https://www.crunchydata.com
Enterprise Postgres Software Products & Tech Support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-08-11 19:07:54 2025-08-14 release announcement draft
Previous Message Robert Haas 2025-08-11 18:25:25 Re: ReplicationSlotRelease() crashes when the instance is in the single user mode