Re: Refactoring the regression tests for more independence
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-02-07T19:00:25Z
Lists: pgsql-hackers
Attachments
- 0001-refactor-functions-2.patch (text/x-diff) patch 0001
- 0002-refactor-tables-2.patch (text/x-diff) patch 0002
Not too surprisingly, these patches broke during the commitfest. Here's a rebased version. I'm not sure that anyone wants to review these in detail ... should I just go ahead and push them? regards, tom lane
Commits
-
Rename create_function_N test scripts for clarity.
- 2da896182ce1 15.0 landed
-
Rearrange core regression tests to reduce cross-script dependencies.
- cc50080a828d 15.0 landed