postgresql/contrib/pg_trgm
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses
We used to strategically place newlines after some function call left
parentheses to make pgindent move the argument list a few chars to the
left, so that the whole line would fit under 80 chars.  However,
pgindent no longer does that, so the newlines just made the code
vertically longer for no reason.  Remove those newlines, and reflow some
of those lines for some extra naturality.

Reviewed-by: Michael Paquier, Tom Lane
Discussion: https://postgr.es/m/20200129200401.GA6303@alvherre.pgsql
2020-01-30 13:42:14 -03:00
..
data
expected Avoid full scan of GIN indexes when possible 2020-01-18 01:11:39 +03:00
sql Avoid full scan of GIN indexes when possible 2020-01-18 01:11:39 +03:00
.gitignore
Makefile
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql
pg_trgm--1.2--1.3.sql
pg_trgm--1.3--1.4.sql
pg_trgm--1.3.sql
pg_trgm--unpackaged--1.0.sql
pg_trgm.control
trgm_gin.c
trgm_gist.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
trgm_op.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
trgm_regexp.c
trgm.h