mirror of
https://github.com/postgres/postgres.git
synced 2025-05-26 18:17:33 +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.