Project

General

Profile

« Previous | Next » 

Revision 10374

schemas/util.sql: map_nulls(): use new nulls_map(). proper inlining (i.e. same runtime before and after change) has been verified with the following profiling query:
SELECT util.map_nulls(array[1, 2, 3]::text[], v) FROM unnest(array_fill(1, array100000)) f (v)

  • added
  • modified
  • copied
  • renamed
  • deleted