diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-20 13:42:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-20 13:42:02 -0400 |
commit | 5e5fa323350060360799004f96840bbf3cb51e49 (patch) | |
tree | abf6a6fb3339742b3173c7b7a039d1eee691ed24 /src/backend/utils/adt/ruleutils.c | |
parent | 6029861916e8e2c0155c332c10f182a22619c663 (diff) | |
download | postgresql-5e5fa323350060360799004f96840bbf3cb51e49.tar.gz postgresql-5e5fa323350060360799004f96840bbf3cb51e49.zip |
Remove portability hazard in unsafe_tests/sql/guc_privs.sql.
This new-in-v15 test case assumed it could set max_stack_depth as high
as 2MB. You might think that'd be true on any modern platform but
you'd be wrong, as I found out while experimenting with NetBSD/hppa.
This test is about privileges not platform capabilities, so there seems
no need to use any value greater than the 100kB setting already used
in a couple of places in the core regression tests. There's certainly
no call to expect people to raise their platform's default ulimit just
to run this test.
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions