Project

General

Profile

« Previous | Next » 

Revision 10378

schemas/util.sql: schema comment: added note that IMMUTABLE SQL-language functions should never be declared STRICT, because this prevents them from being inlined. inlining can create a significant speed improvement (7x+), by avoiding function calls and enabling additional constant folding.

  • added
  • modified
  • copied
  • renamed
  • deleted