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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erik Wienhold <ewie(at)ewie(dot)name>
Cc: Greg Sabino Mullane <htamfids(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql: Count all table footer lines in pager setup
Date: 2025-10-07 15:01:34
Message-ID: 2438865.1759849294@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Erik Wienhold <ewie(at)ewie(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-10-07 15:04:15 Re: Add mode column to pg_stat_progress_vacuum
Previous Message Andres Freund 2025-10-07 14:54:07 Re: [PATCH] Better Performance for PostgreSQL with large INSERTs