postgresql/src/common
Peter Eisentraut b802412106 Fix output of Unicode normalization test
Several off-by-more-than-one errors caused the output in case of a
test failure to be truncated and unintelligible.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/6a7a8516-7d11-8fbd-0e8b-eadb4f0679eb%402ndquadrant.com
2019-12-11 08:42:17 +01:00
..
unicode Fix output of Unicode normalization test 2019-12-11 08:42:17 +01:00
.gitignore Replace the data structure used for keyword lookup. 2019-01-06 17:02:57 -05:00
base64.c Introduce safer encoding and decoding routines for base64.c 2019-07-04 16:08:09 +09:00
config_info.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
controldata_utils.c Use consistent style for checking return from system calls 2019-07-07 15:28:49 +02:00
d2s_full_table.h Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
d2s_intrinsics.h Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
d2s.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
digit_table.h Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
exec.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
f2s.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe_memutils.c Offer pnstrdup to frontend code 2019-12-04 19:36:06 -03:00
file_perm.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
file_utils.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
ip.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
keywords.c Replace the data structure used for keyword lookup. 2019-01-06 17:02:57 -05:00
kwlookup.c Use perfect hashing, instead of binary search, for keyword lookup. 2019-01-09 19:47:46 -05:00
link-canary.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
logging.c In pg_log_generic(), be more paranoid about preserving errno. 2019-07-06 11:25:37 -04:00
Makefile Make StringInfo available to frontend code. 2019-11-05 14:56:40 -08:00
md5.c Fix inconsistencies and typos in the tree 2019-07-22 10:01:50 +09:00
pg_lzcompress.c Use memcpy instead of a byte loop in pglz_decompress 2019-11-28 23:29:30 +01:00
pgfnames.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
psprintf.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
relpath.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
restricted_token.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
rmtree.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
ryu_common.h Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
saslprep.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
scram-common.c Fix use of term "verifier" 2019-10-12 21:41:59 +02:00
sha2_openssl.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
sha2.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
string.c Refactor logic to remove trailing CR/LF characters from strings 2019-08-09 11:05:14 +09:00
stringinfo.c Make StringInfo available to frontend code. 2019-11-05 14:56:40 -08:00
unicode_norm.c Update unicode.org URLs 2019-10-13 22:10:38 +02:00
username.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
wait_error.c Update copyright for 2019 2019-01-02 12:44:25 -05:00