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

From Tom Lane
Subject Re: psql: Count all table footer lines in pager setup
Date
Msg-id 2438865.1759849294@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql: Count all table footer lines in pager setup  (Erik Wienhold <ewie@ewie.name>)
List pgsql-hackers
Erik Wienhold <ewie@ewie.name> writes:
> On 2025-10-07 00:45 +0200, Tom Lane wrote:
>> Oh wait!  That line *is* produced within print.c, so there is no
>> reason we shouldn't account for it.  I spent a little extra effort
>> on unaligned mode too, since the TAP test is checking that case.

> LGTM.

Pushed, after a tiny bit more comment-burnishing.

>> I still doubt that anyone's going to care a lot about the other
>> formats.

> Yup, I think so too.

There's always room for a follow-on patch from someone who does
care.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] Better Performance for PostgreSQL with large INSERTs
Next
From: Nathan Bossart
Date:
Subject: Re: Add mode column to pg_stat_progress_vacuum