Re: Add additional information to src/test/ssl/README

2021-11-02 Thread Kevin Burke
The patch looks great. Thanks! Kevin On Sun, Oct 31, 2021 at 3:13 PM Tom Lane wrote: > Daniel Gustafsson writes: > > On 31 Oct 2021, at 19:28, Tom Lane wrote: > >> Here's a quick stab at rearranging src/test/perl/README so that the > >> initial section is all how-to-run-the-tests info, and ad

Re: Add additional information to src/test/ssl/README

2021-10-30 Thread Kevin Burke
Kevin On Sat, Oct 30, 2021 at 7:14 AM Tom Lane wrote: > Kevin Burke writes: > > I've been trying to run the SSL tests against my branch and that was > > tougher than expected because I didn't realize that additional output was > > being saved that I couldn'

Add additional information to src/test/ssl/README

2021-10-29 Thread Kevin Burke
Hi, I've been trying to run the SSL tests against my branch and that was tougher than expected because I didn't realize that additional output was being saved that I couldn't see - it wasn't even getting to the part where it could run the tests. This patch adds a note to the README explaining where

Re: Support for NSS as a libpq TLS backend

2021-10-29 Thread Kevin Burke
For anyone else trying to test out this branch I'm able to get the patches to apply cleanly if I check out e.g. commit 92e6a98c3636948e7ece9a3260f9d89dd60da278. Kevin -- Kevin Burke phone: 925-271-7005 | kevin.burke.dev On Thu, Oct 28, 2021 at 9:31 PM Kevin Burke wrote: > Hi all, a

Re: Support for NSS as a libpq TLS backend

2021-10-29 Thread Kevin Burke
Hi all, apologies but I'm having trouble applying the latest patch (v45) to the latest commit on master (6b0f6f79eef2168ce38a8ee99c3ed76e3df5d7ad) I downloaded all of the patches to my local filesystem, and then ran: for patch in ../../kevinburke/rustls-postgres/patchsets/2021-10-05-gustafsson-ma

Re: Better context for "TAP tests not enabled" error message

2021-10-03 Thread Kevin Burke
Updated patch that removes the "Maybe" -- Kevin Burke phone: 925-271-7005 | kevin.burke.dev On Sat, Oct 2, 2021 at 11:19 AM Tom Lane wrote: > Daniel Gustafsson writes: > >> On 2 Oct 2021, at 02:09, Kevin Burke wrote: > >> This patch amends the error m

Better context for "TAP tests not enabled" error message

2021-10-02 Thread Kevin Burke
if a match for the error message came up with instructions on how to fix it, that would also help. This is the first patch that I've submitted to Postgres, I believe that I've followed the guidelines on the patch submission page, but please let me know if I missed anything. Kevin

Coding guidelines for braces + spaces - link 404's

2021-09-20 Thread Kevin Burke
ntation," but that link 404's, so I'm not sure where it is supposed to go. https://wiki.postgresql.org/wiki/Developer_FAQ#What.27s_the_formatting_style_used_in_PostgreSQL_source_code.3F Thanks, Kevin -- Kevin Burke phone: 925-271-7005 | kevin.burke.dev