git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f79c94f) | patch
Silence minor compiler warnings.
2022年2月13日 18:06:55 +0000 (13:06 -0500)
2022年2月13日 18:06:55 +0000 (13:06 -0500)
commit 302612a6c74fb16f26d094ff47e9c59cf412740c
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.)
src/backend/access/heap/vacuumlazy.c diff | blob | blame | history
src/backend/replication/basebackup_lz4.c diff | blob | blame | history
src/bin/pg_rewind/parsexlog.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /