forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb8db62
committed
Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"
This reverts commitd4e2a84, which added a new user with limitedpermissions to run the TAP tests of pg_rewind. Buildfarm machinemembers on Windows jacana and bowerbird have been complaining aboutthat, the new role not being able to run the rewind because SSPI is notconfigured to allow it.Fixing the test requires passing down directly the new user topg_regress with --create-role so as SSPI can work properly.Reported-by: Andrew DunstanDiscussion:https://postgr.es/m/3cd43d33-f415-cc41-ade3-7230ab15b2c9@2ndQuadrant.com1 parent77bd49a commitdb8db62
1 file changed
+0
-17
lines changedLines changed: 0 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 | 147 |
| |
162 | 148 |
| |
163 | 149 |
| |
| |||
221 | 207 |
| |
222 | 208 |
| |
223 | 209 |
| |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 | 210 |
| |
228 | 211 |
| |
229 | 212 |
| |
|
0 commit comments
Comments
(0)