Daniel Sheppard

Results 244 comments of Daniel Sheppard

Default of this should operate on the existing methodology (conversion == 1000, not 1024). Do add tests to ensure that the configuration parameter works as intended too.

Just to provide an update. I have been looking into the trigger route. It is taking a lot longer then expected as the triggers are rather complex and I want...

> > ```sql > > (p.vrf_id = prefix.vrf_id OR (p.vrf_id IS NULL AND prefix.vrf_id IS NULL)) > > ``` > > I don't know if the query planner catches this,...