Use unaligned output in another regression test query to reduce diff noise.
authorAndres Freund <andres@anarazel.de>
Tue, 3 Jun 2014 10:19:18 +0000 (12:19 +0200)
committerAndres Freund <andres@anarazel.de>
Tue, 3 Jun 2014 10:19:18 +0000 (12:19 +0200)
commit5eebb8d954adf9d600b1a157682539db1e8a3ada
tree15fde8418cb9ec994958264f2969ce1b24f44935
parent19c9da1d9654cbfd95bae26caff497d78277fb6e
Use unaligned output in another regression test query to reduce diff noise.

Use the unaligned/no rowcount output mode in a regression tests that
shows all built-in leakproof functions. Currently a new leakproof
function will often change the alignment of all existing functions,
making it hard to see the actual difference and creating unnecessary
patch conflicts.

Noticed while looking over a patch introducing new leakproof functions.
src/test/regress/expected/create_function_3.out
src/test/regress/sql/create_function_3.sql