pgsql: Fix new auto_explain test case for Windows.

2022-07-27 Thread Tom Lane
Fix new auto_explain test case for Windows. In commit 7c34555f8, I overlooked the need to configure SSPI on Windows to allow login as the non-superuser role. Fix that by adding auth_extra/--create-role incantation (which, oddly enough, doesn't actually create the role). Per buildfarm. While here,

pgsql: Fix new auto_explain test case for Windows.

2022-07-27 Thread Tom Lane
Fix new auto_explain test case for Windows. In commit 7c34555f8, I overlooked the need to configure SSPI on Windows to allow login as the non-superuser role. Fix that by adding auth_extra/--create-role incantation (which, oddly enough, doesn't actually create the role). Per buildfarm. While here,