postgresql/src/backend
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
..
access Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
bootstrap Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
catalog Disallow partition key expressions that return pseudo-types. 2019-12-23 12:53:12 -05:00
commands Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
executor Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
foreign Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
jit Refactor attribute mappings used in logical tuple conversion 2019-12-18 16:23:02 +09:00
lib Make StringInfo available to frontend code. 2019-11-05 14:56:40 -08:00
libpq Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
main Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
nodes Prevent overly-aggressive collapsing of joins to RTE_RESULT relations. 2019-12-14 13:49:15 -05:00
optimizer Prevent overly-aggressive collapsing of joins to RTE_RESULT relations. 2019-12-14 13:49:15 -05:00
parser Refactor attribute mappings used in logical tuple conversion 2019-12-18 16:23:02 +09:00
partitioning Remove extra parenthesis from comment. 2019-12-12 15:45:00 +09:00
po Translation updates 2019-06-17 15:30:20 +02:00
port Use only one thread to handle incoming signals on Windows. 2019-12-11 15:09:54 -05:00
postmaster Extend the ProcSignal mechanism to support barriers. 2019-12-19 14:56:20 -05:00
regex Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
replication Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
rewrite Disallow dropping rules on system tables by default 2019-12-20 08:27:37 +01:00
snowball Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
statistics Remove unnecessary clauses_attnums variable 2019-11-28 23:25:14 +01:00
storage Extend the ProcSignal mechanism to support barriers. 2019-12-19 14:56:20 -05:00
tcop Extend the ProcSignal mechanism to support barriers. 2019-12-19 14:56:20 -05:00
tsearch Fix some OBJS lists in two Makefiles to be ordered alphabetically 2019-12-18 10:42:40 +09:00
utils Avoid splitting C string literals with \-newline 2019-12-24 12:44:12 -03:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00