Re: psql: Count all table footer lines in pager setup - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: psql: Count all table footer lines in pager setup
Date
Msg-id CAKAnmmLtEBzt+PydLM9XqUmEYA_0P8B+NUwNoFY6z_jhAUnKMA@mail.gmail.com
Whole thread Raw
In response to psql: Count all table footer lines in pager setup  (Erik Wienhold <ewie@ewie.name>)
Responses Re: psql: Count all table footer lines in pager setup
List 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

--
Enterprise Postgres Software Products & Tech Support

pgsql-hackers by date:

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