On Tue, 2025-02-25 at 11:30 +0800, jian he wrote: > maybe we can just use > elog(ERROR, "pg_class entry for relid %u not found", reloid)));
Thank you. > also in stats_lock_check_privileges. > check_inplace_rel_lock related comments should be removed? In-place update locking rules still apply when updating pg_class or pg_database even if the current caller is not performing an in-place update. It might be better to point instead to check_lock_if_inplace_updateable_rel()? Regards, Jeff Davis