postgresql/src/backend/replication/logical
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
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
decode.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
launcher.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
logical.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
logicalfuncs.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
message.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
origin.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
proto.c Remove incorrect assertion for INSERT in logical replication's publisher 2020-01-12 22:43:45 +09:00
relation.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
reorderbuffer.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
snapbuild.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tablesync.c Make parser rely more heavily on the ParseNamespaceItem data structure. 2020-01-02 11:29:01 -05:00
worker.c Have logical replication subscriber fire column triggers 2020-01-06 08:40:00 +01:00