From: | Suraj Kharage <suraj(dot)kharage(at)enterprisedb(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | [Regression] Incorrect filename in test case comment |
Date: | 2023-09-06 05:18:32 |
Message-ID: | CAF1DzPWXd2yq9_=P905cEypMVKw3ho+Fpj4HwJ4ta8T-eh+Yig@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
While browsing the test cases, found that the incorrect filename was there
in the test case comment.
The below commit added the custom hash opclass in insert.sql,
--------------------------------------------------------------
*commit fafec4cce814b9b15991b62520dc5e5e84655a8aAuthor: Alvaro Herrera
<alvherre(at)alvh(dot)no-ip(dot)org <alvherre(at)alvh(dot)no-ip(dot)org>>Date: Fri Apr 13
12:27:22 2018 -0300 Use custom hash opclass for hash partition pruning*
--------------------------------------------------------------
and later below commit moved those to test_setup.sql
--------------------------------------------------------------
*commit cc50080a828dd4791b43539f5a0f976e535d147cAuthor: Tom Lane
<tgl(at)sss(dot)pgh(dot)pa(dot)us <tgl(at)sss(dot)pgh(dot)pa(dot)us>>Date: Tue Feb 8 15:30:38 2022
-0500*
* Rearrange core regression tests to reduce cross-script dependencies. *
--------------------------------------------------------------
but we haven't changed the filename in other test cases.
Did the same in the attached patch.
--
--
Thanks & Regards,
Suraj kharage,
Attachment | Content-Type | Size |
---|---|---|
Fix_file_name_in_test_case.patch | application/octet-stream | 3.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Smith | 2023-09-06 05:25:08 | Re: [PoC] pg_upgrade: allow to upgrade publisher node |
Previous Message | Andres Freund | 2023-09-06 05:09:00 | Re: Eager page freeze criteria clarification |