]> granicus.if.org Git - postgresql/commit
Switch order of tests to avoid possible Assert failure for
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2009 18:15:04 +0000 (18:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2009 18:15:04 +0000 (18:15 +0000)
commit59fb29cac64cb77ad6fd0b0b03160a62d1a2df11
treef18b4f82b9d658bb9c5e9c2fe015ca47599d23a5
parentf3e122fcdf68fcc28c0d03971e19c318fe3bc405
Switch order of tests to avoid possible Assert failure for
"array_agg_finalfn(null)".  We should modify pg_proc entries to prevent this
query from being accepted, but let's just make the function itself secure too.
Per my note of today.
src/backend/utils/adt/array_userfuncs.c