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

From Tom Lane
Subject pgsql: Mop-up for AIX-ectomy: remove now-dead test code.
Date
Msg-id E1rfPhB-001Gzk-Cl@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Mop-up for AIX-ectomy: remove now-dead test code.
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix mis-rounding and overflow hazards in date_bin().
Next
From: Nathan Bossart
Date:
Subject: pgsql: Convert README to Markdown.