forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5253519
committed
Fix new auto_explain test case for Windows.
In commit7c34555, I overlooked the need to configure SSPIon 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, upgrade the mechanism for temporarily setting$ENV{PGUSER}, as per recommendation from ilmari.Discussion:https://postgr.es/m/87edy7j1zz.fsf@wibble.ilmari.org1 parent5f858dd commit5253519
1 file changed
+20
-19
lines changedLines changed: 20 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
| 156 | + | |
156 | 157 |
| |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
161 | 162 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
171 | 172 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
176 | 177 |
| |
177 |
| - | |
| 178 | + | |
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
|
0 commit comments
Comments
(0)