Thread

  1. Re: Custom oauth validator options

    Jacob Champion <jacob.champion@enterprisedb.com> — 2025-12-18T18:43:01Z

    On Thu, Dec 18, 2025 at 10:28 AM Zsolt Parragi
    <zsolt.parragi@percona.com> wrote:
    > But without requiring
    > shared_preload_libraries, we can't do early error reporting during
    > postmaster startup about custom parameters. Is that okay?
    
    I think I need to do more staring at the intersection of GUC
    registration and session_preload_libraries, because my memory of the
    order of operations was faulty. I won't be able to do that before the
    holidays, most likely.
    
    --Jacob