forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e5fa32
committed
Remove portability hazard in unsafe_tests/sql/guc_privs.sql.
This new-in-v15 test case assumed it could set max_stack_depth as highas 2MB. You might think that'd be true on any modern platform butyou'd be wrong, as I found out while experimenting with NetBSD/hppa.This test is about privileges not platform capabilities, so there seemsno need to use any value greater than the 100kB setting already usedin a couple of places in the core regression tests. There's certainlyno call to expect people to raise their platform's default ulimit justto run this test.1 parent6029861 commit5e5fa32
File tree
2 files changed
+4
-4
lines changed- src/test/modules/unsafe_tests
- expected
- sql
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
| 439 | + | |
440 | 440 |
| |
441 |
| - | |
| 441 | + | |
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
|
0 commit comments
Comments
(0)