pgsql: Mop-up for AIX-ectomy: remove now-dead test code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mop-up for AIX-ectomy: remove now-dead test code.
Date: 2024-02-28 19:34:25
Message-ID: E1rfPhB-001Gzk-Cl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mop-up for AIX-ectomy: remove now-dead test code.

Commit 0b16bb877 removed the test query added by commit 79b716cfb,
but not the C-language support function used by that query. I don't
see any plausible reason why we'd need that function again, so throw
it overboard too.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f0827b443e6014a9d9fdcdd099603576154a3733

Modified Files
--------------
src/test/regress/expected/test_setup.out | 4 ----
src/test/regress/regress.c | 41 --------------------------------
src/test/regress/sql/test_setup.sql | 5 ----
3 files changed, 50 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-02-28 20:56:06 pgsql: Convert README to Markdown.
Previous Message Tom Lane 2024-02-28 19:02:48 pgsql: Fix mis-rounding and overflow hazards in date_bin().