postgresql/src/backend/replication/logical
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline
Using \ is unnecessary and ugly, so remove that.  While at it, stitch
the literals back into a single line: we've long discouraged splitting
error message literals even when they go past the 80 chars line limit,
to improve greppability.

Leave contrib/tablefunc alone.

Discussion: https://postgr.es/m/20191223195156.GA12271@alvherre.pgsql
2019-12-24 12:44:12 -03:00
..
decode.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
launcher.c Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
logical.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
logicalfuncs.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
message.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
origin.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
proto.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
relation.c Refactor attribute mappings used in logical tuple conversion 2019-12-18 16:23:02 +09:00
reorderbuffer.c Track statistics for spilling of changes from ReorderBuffer. 2019-11-21 08:06:51 +05:30
snapbuild.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
tablesync.c Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
worker.c Refactor attribute mappings used in logical tuple conversion 2019-12-18 16:23:02 +09:00