Re: Extension Enhancement: Buffer Invalidation in pg_buffercache
От | Cédric Villemain |
---|---|
Тема | Re: Extension Enhancement: Buffer Invalidation in pg_buffercache |
Дата | |
Msg-id | a2c3312f-0866-443f-a799-dd76ebf9c7f5@abcsql.com обсуждение исходный текст |
Ответ на | Extension Enhancement: Buffer Invalidation in pg_buffercache (Palak Chaturvedi <chaturvedipalak1911@gmail.com>) |
Список | pgsql-hackers |
Hi Palak, there is currently even more interest in your patch as it should help building tests for on-going development around cache/read management/effects. Do you expect to be able to follow-up in the coming future ? Thank you, Cédric On 04/01/2024 00:15, Jim Nasby wrote: > On 1/3/24 10:25 AM, Cédric Villemain wrote: >> Hi Palak, >> >> I did a quick review of the patch: >> >> +CREATE FUNCTION pg_buffercache_invalidate(IN int, IN bool default true) >> +RETURNS bool >> +AS 'MODULE_PATHNAME', 'pg_buffercache_invalidate' >> +LANGUAGE C PARALLEL SAFE; >> >> --> Not enforced anywhere, but you can also add a comment to the >> function, for end users... > > The arguments should also have names... > >> >> + force = PG_GETARG_BOOL(1); >> >> I think you also need to test PG_ARGISNULL with force parameter. > Actually, that's true for the first argument as well. Or, just mark the > function as STRICT. > > -- > Jim Nasby, Data Architect, Austin TX > -- --- Cédric Villemain +33 (0)6 20 30 22 52 https://Data-Bene.io PostgreSQL Expertise, Support, Training, R&D
В списке pgsql-hackers по дате отправления: