mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05:00
Like plperl and unlike plpgsql, there isn't any cached state that could depend on exactly which relation the trigger is being fired for. So we can use just one hash entry for all relations, which might save a little something. Alex Hunsaker