Re: oat_post_create expected behavior

2022-08-02 Thread Mary Xu
could update my patch to always call CCI before the create hooks. Thanks, Mary Xu On Fri, Jul 1, 2022 at 11:12 AM Jeff Davis wrote: > > On Mon, 2022-06-06 at 17:11 -0400, Tom Lane wrote: > > Right, same thing I'm saying. I also think we should discourage > > people from doing

oat_post_create expected behavior

2022-06-02 Thread Mary Xu
re the access hook so that the new tuple is visible in the hook. Another option would be to revise the documentation to reflect the expected behavior. Thanks, Mary Xu diff --git a/src/backend/catalog/objectaccess.c b/src/backend/catalog/objectaccess.c index 1c51df02d2..e098443915 100644 --- a/src/ba