pgsql: Improve whitespace in without_overlaps test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve whitespace in without_overlaps test
Date: 2025-01-21 11:28:25
Message-ID: E1taCQj-002iwO-OW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve whitespace in without_overlaps test

Make some indentation better and more consistent. Extracted from
another patch with some actual test changes.

Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/888d4523f0c2f7e410739feff3ff97c5f3b9b3ea

Modified Files
--------------
src/test/regress/expected/without_overlaps.out | 68 ++++++++++++++------------
src/test/regress/sql/without_overlaps.sql | 68 ++++++++++++++------------
2 files changed, 74 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-01-21 13:45:04 pgsql: Fix NO ACTION temporal foreign keys when the referenced endpoint
Previous Message Peter Eisentraut 2025-01-21 07:21:32 pgsql: Improve generated_stored test