mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
redundant) SearchSysCache searches per table column in an INSERT, which accounted for a good percentage of the CPU time for INSERT ... VALUES(). Now it only does two searches in the typical case.