Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes

From: Mahmoud Ayman <mahmoud(dot)ayman(dot)fcai(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: M(dot)Atıf CEYLAN <mehmet(at)atifceylan(dot)com>
Subject: Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes
Date: 2025-12-08 00:15:38
Message-ID: 176515293850.1475507.11035112220448679287.pgcf@coridan.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

Hi,

I tested the patch on top of current master. It applies cleanly and
builds without any issues.

I tried the new options with \dt and \di after creating tables and
indexes of different sizes. Both 'O' (desc) and 'o' (asc) work as
expected and the default behavior without these flags is unchanged.

Functionality looks good to me.

Regards,
Mahmoud Ayman

The new status of this patch is: Ready for Committer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-12-08 00:28:59 Re: Fix incorrect comments in tuplesort.c
Previous Message Michael Paquier 2025-12-07 23:29:12 Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY