postgresql/src/bin/pg_rewind
Tom Lane 302612a6c7 Silence minor compiler warnings.
Depending on compiler version and optimization level, we might
get a complaint that lazy_scan_heap's "freespace" is used
uninitialized.

Compilers not aware that ereport(ERROR) doesn't return complained
about bbsink_lz4_new().

Assigning "-1" to a uint64 value has unportable results; fortunately,
the value of xlogreadsegno is unimportant when xlogreadfd is -1.
(It looks to me like there is no need for xlogreadsegno to be static
in the first place, but I didn't venture to change that.)
2022-02-13 13:06:55 -05:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
t Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00
datapagemap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
datapagemap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
file_ops.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
file_ops.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
filemap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
filemap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq_source.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
local_source.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00
parsexlog.c Silence minor compiler warnings. 2022-02-13 13:06:55 -05:00
pg_rewind.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_rewind.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
rewind_source.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
timeline.c Update copyright for 2022 2022-01-07 19:04:57 -05:00