Re: convert libpq uri-regress tests to tap test
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Justin Pryzby <pryzby@telsasoft.com>, Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
pgsql-hackers@postgresql.org
Date: 2022-04-17T00:30:28Z
Lists: pgsql-hackers
On 2022-04-16 Sa 10:44, Justin Pryzby wrote: > On Sat, Feb 26, 2022 at 05:46:26PM -0800, Andres Freund wrote: >> Pushed. Attached is the remainder, 0003, the move of libpq_pipeline to >> src/interfaces/libpq that I'm not planning to push for now. > I saw that Andrew just pushed something to start building this under MSVC. > > In case it's of any interest, I had done this differently a while back. > This probably doesn't apply except on top of some other patches, but you get > the idea. > I think what I have committed should be quite adequate for now. Once we get to building with meson a lot of this ugliness should go away. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Run tests of libpq on installcheck-world, checkprep and check-world
- 2cc96f233914 15.0 landed
-
Convert src/interfaces/libpq/test to a tap test.
- ac25173cdbc4 15.0 landed
-
Run tap tests in src/interfaces/libpq.
- 6b04abdfc5e0 15.0 landed